@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap');

/* ==========================================================================
   Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, em, img, q, s, small, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, embed, summary {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
    background-color: #ffffff;
    color: #333;
    margin: 0 auto;
    font-weight: 400;
}

html, body {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    word-break: keep-all;
    word-wrap: normal;
}

html {
    overflow: -moz-scrollbars-vertical;
}

h3, h4, strong {
    font-weight: 500;
}

hr {
    /*border: none;*/
}

ul li {
    list-style: none;
}

a:link, a, a:hover, a:visited {
    text-decoration: none;
    color: #333;
}

input, select {
    font-size: 100%;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.center { text-align: center; }
.left { text-align: left; }

/* Tab */
.view { padding: 0; margin: 0; }
.hided { display: none; padding: 0; margin: 0; }

.box {
    border: 2px solid #A6A6A6;
    font-size: 12px;
    background-color: #f7f7f7;
}

.floatL { float: left; }
.clear { clear: both; }
.mtA { margin-top: 60px; }

/* Typography */
.numtxt {
    font-family: 'Pretendard', sans-serif;
    letter-spacing: 0;
}

.engfont {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
}

.elefont {
    font-family: 'Electrolize', sans-serif;
    letter-spacing: 0;
}

/* ==========================================================================
   개인정보취급방침 (Privacy Policy)
   ========================================================================== */
.personalcontents { width: 100%; }

.personalcontents h2.personal_title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 0;
    color: #333;
}

.personalcontents .txt_sum {
    background: #f7f7f7;
    padding: 10px;
}

.personalcontents h3.person_t {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
}

.personalcontents .person_content { padding-left: 10px; }
.personalcontents .person_content p { margin-bottom: 10px; }
.personalcontents .person_content ul { margin-bottom: 10px; }

.personalcontents .person_content ul > li {
    list-style-type: square;
    margin-left: 40px;
}

.personalcontents .person_content ol { margin-left: 40px; }
.personalcontents .person_content ol li { list-style-type: decimal; }

/* ==========================================================================
   온라인문의 (Online Inquiry)
   ========================================================================== */
.inqarea_box {
    background: #fafafa;
    padding: 10px;
}

.inq_img { background: url(/image/customer/customer_img.jpg) no-repeat right 0; }
.inq_imgB { background: url(/image/customer/customer_img2.jpg) no-repeat right 0; }

.inq_img_txt {
    padding: 30px 0 20px 80px;
    width: 60%;
}

.inq_imgB .inq_img_txt { width: 90%; }

.inq_img_txt p {
    font-size: 20px;
    letter-spacing: -1px;
}

.inq_img_txt .telarea {
    margin-top: 30px;
    font-size: 28px;
    color: #00ad2f;
}

.inq_img_txt .timearea {
    margin-top: 5px;
    font-size: 18px;
    color: #000;
}

.inqarea {
    padding: 0;
    border-top: 2px solid #ccc;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.inqarea.inqarea_view {
    border-bottom: 0 dashed #ccc;
}

.inqarea .row {
    margin: 15px 0 0 0;
    width: 100%;
    padding: 0 0 10px 0;
    position: relative;
    border-bottom: 1px dotted #ccc;
    display: flex;
}

.inqarea.inqarea_view .row {
    margin: 0;
    border-bottom: 1px dashed #ccc;
    padding: 10px 5px;
}

.inqarea .row:after {
    content: '';
    display: block;
    clear: both;
}

.inqarea .row .tdcol {
    width: 50%;
    display: flex;
    align-items: center;
    text-align: left;
}

@media (max-width: 1000px) {
    .inqarea .row .tdcol { width: 100%; }
}

@media (max-width: 480px) {
    .inqarea .row .tdcol { display: block; }
}

.inqarea .row .tdcol.wide { width: 100%; }

.inqarea .row .tdcol .tdtit {
    width: 180px;
    min-width: 90px;
    align-self: center;
    font-weight: 600;
    padding-left: 0;
    position: relative;
}

@media (max-width: 480px) {
    .inqarea .row .tdcol .tdtit { width: 100%; }
}

.inqarea .row .tdcol .tdtit.tdtit_hidden {
    width: 0;
    display: none;
    min-width: 0;
}

.inqarea .row .tdcol .tdtit.star {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}

span.star,
.inqarea .row .tdcol .tdtit.star span.star {
    color: #ff0000;
    margin-left: 5px;
    padding-right: 5px;
}

.inqarea .row .tdcol .tdtit.tdtitB { line-height: 1.2; }
.inqarea .row .tdcol .tdtit.tdright { padding-left: 70px; }

.inqarea .row .tdcol .tdinput {
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 95%;
    width: calc(100% - 180px);
}

@media (max-width: 480px) {
    .inqarea .row .tdcol .tdinput {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.inqarea .row .tdcol .tdinput.tdinputB { border: 0 solid #ccc; }

/* Forms */
input.form_style {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    color: #3b3b3b;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

input.form_styleB {
    width: 100%;
    max-width: 700px;
    height: 40px;
    background: #f5f5f5;
    color: #3b3b3b;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

@media (max-width: 1000px) {
    input.form_styleB { max-width: 100%; }
}

input.form_style2 {
    width: 150px;
    height: 40px;
    background: #f5f5f5;
    color: #3b3b3b;
    outline: none;
    border: 1px solid #ccc;
}

input.form_style_short {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    background: #f5f5f5;
    color: #3b3b3b;
    outline: none;
    margin-top: 1px;
    margin-bottom: 1px;
}
input.form_style_short.form_style_shortC {
	max-width:200px;
}
@media (max-width: 1000px) {
   input.form_style_short.form_style_shortC {
		max-width:100px;
   }
   input.form_style_short.form_style_shortB {
		max-width:50px;
   }
}
.form_textarea {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    resize: none;
    line-height: 130%;
    padding: 2%;
    background: #f5f5f5;
    margin: 0;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc;
	box-sizing: border-box;
}

/* Custom Radio & Checkbox */
input[type="radio"] {
    appearance: none;
    outline: none;
    vertical-align: middle;
    border: max(2px, 0.1em) solid gray;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0;
}

[type="radio"]:checked {
    border: 0.4em solid tomato;
    outline: none;
    appearance: none;
}

.input-checkB[type="radio"] {
    border: max(2px, 0.1em) solid #fff;
    width: 1em;
    height: 1em;
}

.input-checkB[type="radio"]:checked {
    background: #f7f7f7;
    border: 0.3em solid #fff;
}

input[type="checkbox"] {
     -webkit-appearance: none; /* 브라우저 기본 스타일 제거 */
    appearance: none;
    border: none;
    outline: none;
    
}
.check_box input[type="checkbox"]:focus,
input[type="checkbox"]:focus,
input[type="checkbox"]:checked,
input[type="checkbox"]:checked:focus,
input[type="checkbox"]:focus-visible {

  outline: none; /* 키보드 탭 등으로 선택되었을 때 생기는 외곽선 제거 */
  box-shadow: none;
}

input[type="checkbox"]:before {
   
	 transition-timing-function: cubic-bezier(.075, .820, .165, 1);
    border: 2px solid;
	margin-left:2px;
    border-radius: 0;
    background-color: white;
    border-color: transparent;
    box-sizing: border-box;
    color: #ed1c24;
    content: close-quote;
    display: inline-block;
    height: 12px;
    outline: 2px solid #ccc;
    transition-duration: .5s;
    transition-property: background-color, border-color;
    width: 12px;
	
   
}

input[type="checkbox"]:checked:before {
    background-color: #ff0000;
    border-color: #ff0000;
    outline: 2px solid #ff0000;
	height: 12px;
	width: 12px;
}

.check_box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.check_box label {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 10px;
}

.check_box label span {
    font-size: 100%;
    letter-spacing: 0;
    padding-left: 5px;
}

span.agreetxt { font-size: 130%; }

/* 답변 (Reply Box) */
.rpbox_in {
    padding: 30px;
    background: #f7f7f7;
}

.rpbox_in_con {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.select_item {
    display: inline-block;
    background: #f5f5f5;
    color: #3b3b3b;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.2);
    vertical-align: middle;
    width: 150px;
    height: 40px;
    margin: 0;
    padding: 5px;
    font-family: 'Pretendard', 'Spoqa Han Sans Neo', 'Noto Sans KR', sans-serif;
}

.select_item.select_itemB { 
	width:100%;
	max-width: 350px; 
}
.select_item:focus { outline: none; }

.serach_itemB {
    background: rgba(255,255,255,.2);
    color: #fff;
    border: 1px solid rgba(255,255,255,.7);
    vertical-align: middle;
    width: 100%;
    height: 40px;
    margin: 0;
    font-family: 'Pretendard', 'Spoqa Han Sans Neo', 'Noto Sans KR', sans-serif;
}

.serach_itemB:focus { outline: none; }

select.serach_itemB option {
    background: #fff;
    color: #000;
    font-family: 'Pretendard', 'Spoqa Han Sans Neo', 'Noto Sans KR', sans-serif;
}

span.s_not {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 768px) {
    .inq_img { background: none; }
    
    .inq_img_txt {
        width: 90%;
        padding-left: 20px;
    }
    
    .inq_img_txt p { font-size: 17px; }
    
    .inq_img_txt .telarea {
        margin-top: 10px;
        font-size: 22px;
    }
    
    .inq_img_txt .timearea { font-size: 15px; }
}

/* ==========================================================================
   파일첨부 (File Upload)
   ========================================================================== */
.fom_fileinput {
    float: left;
    padding: 10px;
}

.file_input_div {
    position: relative;
    width: 100px;
    height: 40px;
    overflow: hidden;
    border: 0;
}

.file_input_button {
    width: 100px;
    position: absolute;
    top: 0;
    padding: 11px;
    background-color: #5d5d5d;
    color: #FFFFFF;
    border: 0;
    border-style: solid;
}

.file_input_hidden {
    font-size: 45px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

/* Buttons */
.btnarea {
    text-align: center;
    width: 340px;
    margin: 20px auto;
}

.sendbutton {
    background: #164a96;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 150%;
    line-height: 16px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    min-width: 180px;
    margin: 5px 2px;
}

.cancelbutton {
    background: #727272;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    line-height: 16px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    min-width: 120px;
    margin: 5px 2px;
}

.sendbutton a, .sendbutton a:hover,
.cancelbutton a, .cancelbutton a:hover {
    color: #fff;
}

.iconarea {
    width: 100%;
    position: relative;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin: 20px auto 0 auto;
}

.iconarea_in {
    padding: 30px 0;
    margin: 0 auto;
}

.iconarea_in .sendbutton,
.iconarea_in .cancelbutton,
.iconarea_in .boardbutton {
    display: inline-block;
    vertical-align: middle;
}

.iconarea_in .blank {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
}

@media (max-width: 420px) {
    .fom_fileinput { padding: 10px 3px; }
    .file_input_button { width: 50px; }
}

/* ==========================================================================
   개인정보취급방침 상자 (Privacy Box)
   ========================================================================== */
.personbox {
    background: #f7f7f7;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.personbox .personbox_in {
    font-size: 90%;
    line-height: 20px;
    letter-spacing: -1px;
    color: #333;
    padding: 0;
    height: 100%;
    width: 98%;
    max-height: 90px;
    overflow: scroll;
    overflow-x: hidden;
    border: 0 solid #f7f7f7;
    margin: 0 auto;
    position: relative;
	box-sizing: border-box;
}

.agreementcontents h3 {
    font-size: 19px;
    margin-top: 30px;
}

.agreementcontents h4 {
    font-size: 16px;
    margin-top: 30px;
    font-weight: 500;
}

/* ==========================================================================
   동영상 보기 (Responsive Video Embed)
   ========================================================================== */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.youtubearea {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
}

.youtubearea iframe,
.youtubearea object,
.youtubearea embed,
.youtubearea video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtubearea.embed-responsive-16by9 { padding-bottom: 56.25%; }
.youtubearea.embed-responsive-4by3 { padding-bottom: 75%; }