html {scroll-behavior: smooth;}
body {font-family: 'Noto Sans KR', sans-serif;font-size: 1rem;font-weight: 400;background: #edeff2;overflow-x: hidden;word-break: break-word;}
a {color: inherit;text-decoration: none;background-color: transparent;}
button {display: inline-block;padding: 0 20px;height: 40px;line-height: 40px;font-size: 13px;background: #667f96;color: #fff;border: 1px solid #667f96;border-radius: 8px;white-space: nowrap;}
.button i {position: relative;top: 1px;margin-right: 3px;}
.ac__download:before {content: "\e941";}
.ac__check-bold:before {content: "\e911";}
.button.primary {background: #0a98da;border-color: #0a98da;}
button.line {background: #fff;border-color: #d6dae1;color: #0a98da;}
.button.small {height: 26px;line-height: 26px;border-radius: 4px;font-size: 14px;padding: 0 10px;}
.btn {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #434343;
    border: 1px solid #434343;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    -webkit-appearance: none;
    cursor: pointer;
    vertical-align: middle;
}
.form {position: relative;}
.template-container {width: 100%;}
.template-container .logo-container {display: flex;align-items: center;padding: 0 20px;height: 60px;border-bottom: 1px solid #d6dae1;background: #fff;}
.template-container .logo-container .subject {font-size: 18px;font-weight: 700;color: #667f96;margin-left: 8px;}
.template-container ol, .template-container ul {line-height: 2;font-size: 16px;margin-bottom: 30px;}
.template-container .template-wrapper {width: 720px;margin: 0px auto;background: #fff;border: 1px solid #d6dae1;}
.template-container .template-header .header-container {text-align: center;padding: 40px 30px;}
.template-container .template-header .header-container h4 {margin: 0;font-size: 20px;font-weight: 400;margin-bottom: 10px;}
.template-container .template-header .header-container h1 {position: relative;text-align: center;font-size: 42px;margin: 0;line-height: 1.4;}
.template-container .template-body {padding: 30px 15px 20px;}
.template-container .template-body img {/*display: block;margin: 0 auto;*/}
.template-container .template-body .file-download {margin-top: 30px;text-align: center;font-size: 14px;}
.template-container .template-body .file-download .file-size {color: #667f96;}

.address {width: 500px;}

.form-box {padding: 8px 30px;}
.form-box label.title {display: inline-block;width: 120px;text-align: right;padding-right: 15px;font-size: 14px;color: #667f96;}
.form-box label.title .required {color: red;}
.form-box div.form {display: inline-block;font-size: 14px;}
.form-box div.form input {margin-bottom: 5px;}


@media (max-width: 680px) {
	.info_form_box .form-box div.form {display: block;}
}

.template-container .submit-container {margin-top: 15px;display: flex;align-items: center;justify-content: space-between;padding: 10px 30px;background: #f5f5f5;}
.template-container .submit-container ul {margin-bottom: 0;}
.template-container .submit-container ul li {}
.template-container .submit-container ul li.fl {float: left;}
.template-container .submit-container ul li.fr {float: right;padding-left: 5px;}
.template-container .submit-container .label {color: #000;}

@media all and (max-width: 600px) {
	.template-container .submit-container ul li.fr {float: left;margin-top:30px;}
}

.form {position: relative;display: flex;align-items: center;}
.form.row {position: relative;display: block}

.form input:not([type="radio"]):not([type="checkbox"]), .form select {
    border: 1px solid #d6dae1;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    min-width: 120px;
	padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (max-width: 680px) {
    .form input:not([type="radio"]):not([type="checkbox"]), .form select {
        width: 100%;
    }
}

.form .switch {
    display: flex !important;
}
.form .switch label {
    position: relative;
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
}
.form .switch label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.form .switch label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.form input[type="radio"]:before, .form input[type="radio"]:after, .form input[type="checkbox"]:before, .form input[type="checkbox"]:after {
    content: "";
}
.form input[type="radio"]:before, .form input[type="checkbox"]:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #667f96;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.form input[type="radio"]:checked:before, .form input[type="checkbox"]:checked:before {
    border-color: #0a98da;
}
.form input[type="radio"]:before, .form input[type="radio"]:after {
    border-radius: 50%;
}
.form input[type="radio"]:checked:after {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #0a98da;
}
.form input[type="radio"] + .label, .form input[type="checkbox"] + .label {
    position: relative;
    top: -2px;
    margin-left: .175rem;
}
.form .switch label .label {
    display: block;
    min-width: 86px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    background: #fff;
    padding: 0 15px !important;
    margin: 0 !important;
    color: #12182c;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #d6dae1;
    border-right: 0;
}
.form .switch label:first-child .label {
    border-radius: 8px 0 0 8px;
}
.form .switch label input:checked + .label {
    background: #0a98da;
    color: #fff;
}
.form .switch label:first-child .label {
    border-radius: 8px 0 0 8px;
}
.form .switch label:last-child .label {
    border-right: 1px solid #d6dae1;
    border-radius: 0 8px 8px 0;
}
.button {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    background: #667f96;
    color: #fff;
    border: 1px solid #667f96;
    border-radius: 8px;
    white-space: nowrap;
}
.button.line {
    background: #fff;
    border-color: #d6dae1;
    color: #667f96;
}
.button.icon {
    width: 40px;
    padding: 0;
    font-size: 16px;
    text-align: center;
}
.w-4 {
    width: 4rem !important;
    min-width: 4rem !important;
}
.ml-3 {
    margin-left: 3px !important;
}
.mr-3 {
    margin-right: 3px !important;
}
.red-txt {font-size: 12px;
    color: #eb7092 !important;
}
.company-info {color: #fff;background: #12182c;text-align: center;padding: 20px;font-size: 13px;}


#template-comments {padding: 30px;}
.review-register {display: flex;justify-content: space-between;margin: -30px;padding: 30px;border-bottom: 1px solid #d6dae1;}

.review-register .comment-contents.no-member {width: 100%;}
.review-register .comment-contents .comment .comment-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
.review-register .comment-contents .comment .comment-body .form {
    display: flex;
    flex: 1;
}
.review-register .comment-contents .comment .comment-body .form .input-form {
    display: flex;
    align-items: center;
    width: 50%;
}
.review-register .comment-contents .comment .comment-body .form .input-form .label {
    margin: 0 5px;
}
.review-register .comment-contents .comment .comment-body .form input {
    flex: 1;
    margin: 0 5px;
}

@media all and (max-width: 580px) {
	.review-register .comment-contents .comment .comment-body {display: block;}
	.review-register .comment-contents .comment .comment-body .form {display: block;}
	.review-register .comment-contents .comment .comment-body .form .input-form {display: block;width: 100%;margin-bottom: 5px;}
	.review-register .comment-contents .comment .comment-body .form .input-form .label {display: inline-block;min-width: 70px;}
	.review-register .comment-contents .comment .comment-body .form input {width: calc(100% - 100px) !important;}
}



.news-feed-wrapper .news-feed-comments {margin: -30px;padding: 30px;}
#template-comments .comment-box {margin: 0;}
.comment-wrapper .comment-box > li {padding: 10px 0;border-top: 1px solid #d6dae1;}
.comment-wrapper .comment-box > li:first-child {border-top: 0;}
.comment-wrapper .comment-box > li *  {vertical-align: top;}

.comment-wrapper .comment-box > li.review {position: relative;padding-right: 125px;}
.comment-wrapper .comment-box > li.review.un-ranking {padding-right: 0;}
.thumb {position: relative;display: inline-block;width: 60px;height: 60px;border-radius: 60px;line-height: 60px;font-size: 18px;color: #fff;background: #667f96;text-align: center;}
.thumb img {position: absolute;top: 0;left: 0;width: 60px;height: 60px;border-radius: 100%;}
.comment-wrapper .comment-box > li.has-reply {border-top: 0;padding: 5px 0 10px;}
.comment-wrapper .comment-box > li.has-reply .thumb {width: 40px;height: 40px;border-radius: 40px;line-height: 40px;font-size: 15px;text-align: center;}
.comment-wrapper .comment-box > li.has-reply .thumb  img {width: 40px;height: 40px;}
.comment-wrapper .comment-box > li.has-reply .reply_line {display: inline-block;width: 30px;height: 40px;background: url("../img/board/reply_line.png") no-repeat 0 0;text-indent: -9999em;}
.comment-wrapper .comment-box > li.has-reply .reply_line.rs1 {margin-left: 30px;}
.comment-wrapper .comment-box > li.has-reply .reply_line.rs2 {margin-left: 60px;}
.comment-wrapper .comment-box > li.has-reply .reply_line.rs3 {margin-left: 90px;}
.comment-wrapper .comment-box > li.has-reply .reply_line.rs4 {margin-left: 120px;}
.comment-wrapper .comment-box > li.has-reply .reply_line.rs5 {margin-left: 150px;}
.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_1 {width: calc(100% - 115px);}
.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_2 {width: calc(100% - 145px);}
.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_3 {width: calc(100% - 175px);}
.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_4 {width: calc(100% - 205px);}
.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_5 {width: calc(100% - 235px);}

.purple {background: #a094ed;}
.purple-txt {color: #a094ed;}
.aqua {background: #00cdc0;}
.aqua-txt {color: #00cdc0;}
.sky {background: #62b7ed;}
.sky-txt {color: #62b7ed;}
.orange {background: #fe8f60;}
.orange-txt {color: #fe8f60;}
.green {background: #7dc37d;}
.green-txt {color: #7dc37d;}
.yellow {background: #f2cf5b;}
.yellow-txt {color: #f2cf5b;}
.red {background: #eb7092;}
.red-txt {color: #eb7092 !important;}
.blue {background: #0070d2;}
.blue-txt {color: #0070d2;}
.beige {background: #baac93;}
.beige-txt {color: #baac93;}
.gray {background: #95aec5;}
.gray-txt {color: #95aec5;}
.pink {background: #e881db;}
.pink-txt {color: #e881db;}
.comment-wrapper .comment-box > li .comment-contents {display: inline-block;width: calc(100% - 70px);}
.comment-wrapper .comment-box > li.review .comment-contents {padding-left: 10px;}
.comment-wrapper .comment-box > li .comment-contents .comment .comment-header {font-size: 12px;color: #667f96;}
.comment-wrapper .comment-box > li.review .comment-contents .comment .comment-header .date {margin-left: 10px;}
.comment-wrapper .comment-box > li .comment-contents .comment .comment-body {display: block;width: calc(100% - 50px);font-size: 14px;line-height: 1.4;word-break: break-word;}
.comment-wrapper .comment-box > li.review .buttons {float: right;}
.comment-wrapper .comment-box > li.review .button {height: 25px;line-height: 25px;padding: 0 10px;font-size: 12px;outline: none;cursor: pointer;}
.comment-wrapper .comment-box > li.review .comment_write_area {}
.comment-wrapper .comment-box > li.review .comment_write_area .form-group {display: inline-block;}
.comment-wrapper .comment-box > li.review .comment_write_area .form-group label.title {font-size: 14px;}
.comment-wrapper .comment-box > li.review .comment_write_area .form-group input {width: 100px;height: 30px;line-height: 30px;border: 1px solid #d6dae1;padding: 5px;}
.comment-wrapper .comment-box > li.review .comment_write_area .inner textarea {width: 100%;border: 1px solid #d6dae1;padding: 5px;}
.comment-wrapper .comment-box > li.review .comment_write_area .inner .button_area {text-align: right;}
.comment-wrapper .comment-box > li.review .comment_write_area .inner .btn {font-size: 13px;height: 30px;line-height: 30px;padding: 0 15px;}
.comment-wrapper .comment-box > li.review .comment_write_area .inner input[type="submit"].btn {margin-right: 10px;background: #fff;border-color: #d6dae1;color: #0a98da;font-size: 13px;}

.comment-delete-form {position:relative;margin-top: 5px;padding: 10px 10px 15px;border: 1px solid #ddd;text-align: center;}
.comment-delete-form .btn_close {position: absolute;top: -5px;right: 10px;font-weight: bold;font-size: 24px;cursor: pointer;color: #555555;}
.comment-delete-form h1 {font-size: 15px;font-weight: 500;}
.comment-delete-form p {font-size: 12px;line-height: 120%;}
.comment-delete-form .btn {height: 30px;line-height: 30px;font-size: 13px;width: 80px;padding: 0;}
@media (max-width: 600px) {
	.form-box div.form.emil-form input {width: 120px;}
	.news-feed-wrapper .news-feed-comments {padding: 30px 10px;}
	.comment-wrapper .comment-box > li {display: block;justify-content: unset;}
	.comment-wrapper .comment-box > li.review .button {height: 20px;line-height: 20px;padding: 0 5px;font-size: 11px;border-radius: 2px;}
	.comment-wrapper .comment-box > li .comment-contents .comment .comment-header .buttons .button {height: 20px;line-height: 20px;padding: 0 5px;font-size: 11px;border-radius: 2px;}
	.comment-wrapper .comment-box > li.has-reply .reply_line.rs1 {margin-left: 10px;}
	.comment-wrapper .comment-box > li.has-reply .reply_line.rs2 {margin-left: 20px;}
	.comment-wrapper .comment-box > li.has-reply .reply_line.rs3 {margin-left: 30px;}
	.comment-wrapper .comment-box > li.has-reply .reply_line.rs4 {margin-left: 40px;}
	.comment-wrapper .comment-box > li.has-reply .reply_line.rs5 {margin-left: 50px;}
	.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_1 {width: calc(100% - 95px);}
	.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_2 {width: calc(100% - 105px);}
	.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_3 {width: calc(100% - 115px);}
	.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_4 {width: calc(100% - 125px);}
	.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_5 {width: calc(100% - 135px);}
	.comment-wrapper .comment-box > li.review .comment_write_area .form-group label.title {display: inline-block;width: 60px;}
}

@media (max-width: 480px) {
	.comment-wrapper .comment-box > li.has-reply .reply_line {width: 20px;height: 30px;background-size: contain;}
	.comment-wrapper .comment-box > li .comment-contents .comment .comment-header {width: calc(100% - 50px);}
	.comment-wrapper .comment-box > li.review .button {position: absolute;top: 11px;right: 0;}
	.comment-wrapper .comment-box > li .comment-contents .comment .comment-header .buttons {position: absolute;top: 26px;right: 0;}
	.comment-wrapper .comment-box > li.review .comment_write_area {margin-top: 20px;}
	.comment-wrapper .comment-box > li.review .comment_write_area .form-group label.title {font-size: 12px;}
	.comment-wrapper .comment-box > li.review .comment_write_area .form-group input {width: 100px;height: 25px;line-height: 25px;font-size: 13px;}
	.comment-wrapper .comment-box > li.review .comment_write_area .form-group.mt10 {margin-top: 3px !important;}
	.comment-wrapper .comment-box > li.review .comment_write_area .inner textarea.mt10 {margin-top: 3px !important;}

	.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_1 {width: calc(100% - 86px);}
	.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_2 {width: calc(100% - 95px);}
	.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_3 {width: calc(100% - 105px);}
	.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_4 {width: calc(100% - 115px);}
	.comment-wrapper .comment-box > li.has-reply .comment-contents.rs_5 {width: calc(100% - 125px);}

}


input[type="text"][readonly]{background-color: #f2f2f2;}
input[type="text"]:-moz-read-only {background-color: #f2f2f2;}
input[type="text"]:read-only {background-color: #f2f2f2;}
input[type="password"][readonly]{background-color: #f2f2f2;}
input[type="password"]:-moz-read-only {background-color: #f2f2f2;}
input[type="password"]:read-only {background-color: #f2f2f2;}
input[type="number"][readonly]{background-color: #f2f2f2;}
input[type="number"]:-moz-read-only {background-color: #f2f2f2;}
input[type="number"]:read-only {background-color: #f2f2f2;}

@media (max-width: 760px) {
	.template-container .template-wrapper {width: 100%;}
}
@media (max-width: 680px) {
	.form-box label.title {width: 100%;text-align: left;margin-bottom: 5px;}
	.address {width: 100%;}

}

@media screen and (max-width: 980px) {
   .overlay_formbox {width: 80vw;max-width: 500px;margin: 0 !important;transform: translate(-50%, -50%);}
}