@charset "utf-8";
/* ************************************** *
 * 웹폰트 import
 * ************************************** */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');
/* NotoSansKR */
 @font-face {
     font-family: 'Noto Sans KR';
     font-style: normal;
     font-weight: 200;
     src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
     url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
     url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
 }
 @font-face {
     font-family: 'Noto Sans KR';
     font-style: normal;
     font-weight: 400;
     src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
     url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
     url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
 @font-face {
     font-family: 'Noto Sans KR';
     font-style: normal;
     font-weight: 700;
     src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
     url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
     url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }






/* ************************************** *
 * 속성 초기화
 * ************************************** */
body { overflow-y: scroll;}
body, div, dl, dt, dd, ul, ol, li, i, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, legend, button, select, p, blockquote, th, td, table { font-family: 'Open Sans', 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', sans-serif !important; font-size: 100%; padding: 0; margin: 0; word-break: keep-all; -webkit-text-size-adjust: none;/* 모바일에서 폰트크기 변형안되도록 함 */}
ol, ul, li { list-style: none; margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
h1 { margin: 0 !important;}
form, fieldset, img { border: 0; margin: 0; padding: 0;}
address, caption, small, em { font-weight: normal; font-style: normal;}
i { font-style: normal;}
/* a link */
a { text-decoration: none; outline: none; -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out;}
a:link, a:visited { text-decoration: none;}
a:hover, a:active { text-decoration: none;}
/* table */
table { border-spacing: 0; padding: 0; margin: 0; border-collapse: collapse; border: 0; empty-cells: show;}
caption { display: none;}
tr, th, td { margin: 0; padding: 0;}
/* image 공백 0으로 조절 */
img { border: 0; margin: 0; padding: 0; vertical-align: middle;}
/* button */
button { border: 0; background: none; cursor: pointer;}
button:focus { outline: none;}
/* vertical align */
input, textarea, select { vertical-align :middle;}
/* sumit 네이티브 모양 숨기기 */
input[type="submit"] { appearance: none !important; -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none;}
/* select 네이티브 모양 숨기기 */
select { appearance: none; -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none;}
select::-ms-expand { display: none;}
/* 숨김영역 */
.skip, hr, legend { position: absolute; width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden; visibility: hidden;}
.hidden { position: absolute; left: -9999px;}
.clear:after { content: ""; display: block; clear: both;}/* float해제 */
.flex { display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; -moz-flex-flow: row wrap; -o-flex-flow: row wrap;}





/* ************************************** *
 * align 정렬
 * ************************************** */
/* align */
.left { text-align: left !important;}
.center { text-align: center !important;}
.right { text-align: right !important;}
/* vertical-align */
.top { vertical-align: top !important;}
.middle { vertical-align: middle !important;}
.bottom { vertical-align: bottom !important;}





/* ************************************** *
 * text-color 공통 폰트 스타일
 * ************************************** */
/* txt-color */
.txt-white { color: #fff !important;}
.txt-block { color: #000 !important;}
.txt-red { color: #d71617 !important;}
.txt-blue { color: #0072bc !important;}
.fs-italic { font-style: italic;}
.fs-decoline { text-decoration: underline;}





/* ************************************** *
 * scroll-text 액션 스타일
 * ************************************** */
/* scroll-text-action */
.in-view { opacity: 1; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;}
.fade-in { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.in-view.fade-in { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.fade-up { opacity: 0; -webkit-transform: translate3d(0, 15%, 0); transform: translate3d(0, 15%, 0);}
.in-view.fade-up { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.fade-down { opacity: 0; -webkit-transform: translate3d(0, -15%, 0); transform: translate3d(0, -15%, 0);}
.in-view.fade-down { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.fade-left { opacity: 0; -webkit-transform: translate3d(15%, 0, 0); transform: translate3d(15%, 0, 0);}
.in-view.fade-left { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.fade-right { opacity: 0; -webkit-transform: translate3d(-15%, 0, 0); transform: translate3d(-15%, 0, 0);}
.in-view.fade-right { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.fade-rotate { transform:scale(.3) rotate(-15deg); opacity: 0}
.in-view.fade-rotate { transform:scale(1) rotate(0); opacity: 1;}
.fade-scale { transform:scale(.7); opacity: 0}
.in-view.fade-scale { transform:scale(1); opacity: 1;}
/* delay */
.delay25 { transition-delay: .25s;}
.delay50 { transition-delay: .5s;}
.delay75 { transition-delay: .75s;}
.delay100 { transition-delay: 1s;}
.delay150 { transition-delay: 1.5s;}
.delay200 { transition-delay: 2s;}
.delay250 { transition-delay: 2.5s;}
.delay300 { transition-delay: 3s;}





/* ************************************** *
 * padding-margin 디폴트 스타일
 * ************************************** */
/* padding-top */
.pt0 { padding-top: 0px !important;}
.pt1 { padding-top: 1px !important;}
.pt2 { padding-top: 2px !important;}
.pt3 { padding-top: 3px !important;}
.pt4 { padding-top: 4px !important;}
.pt5 { padding-top: 5px !important;}
.pt6 { padding-top: 6px !important;}
.pt7 { padding-top: 7px !important;}
.pt8 { padding-top: 8px !important;}
.pt9 { padding-top: 9px !important;}
.pt10 { padding-top: 10px !important;}
.pt12 { padding-top: 12px !important;}
.pt15 { padding-top: 15px !important;}
.pt16 { padding-top: 16px !important;}
.pt20 { padding-top: 20px !important;}
.pt23 { padding-top: 23px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}
.pt60 { padding-top: 60px !important;}
.pt80 { padding-top: 80px !important;}
/* padding-right */
.pr0 { padding-right: 0px !important;}
.pr1 { padding-right: 1px !important;}
.pr2 { padding-right: 2px !important;}
.pr3 { padding-right: 3px !important;}
.pr4 { padding-right: 4px !important;}
.pr5 { padding-right: 5px !important;}
.pr6 { padding-right: 6px !important;}
.pr7 { padding-right: 7px !important;}
.pr8 { padding-right: 8px !important;}
.pr9 { padding-right: 9px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr80 { padding-right: 80px !important;}
/* padding-left */
.pl0 { padding-left: 0px !important;}
.pl1 { padding-left: 1px !important;}
.pl2 { padding-left: 2px !important;}
.pl3 { padding-left: 3px !important;}
.pl4 { padding-left: 4px !important;}
.pl5 { padding-left: 5px !important;}
.pl6 { padding-left: 6px !important;}
.pl7 { padding-left: 7px !important;}
.pl8 { padding-left: 8px !important;}
.pl9 { padding-left: 9px !important;}
.pl10 { padding-left: 10px !important;}
.pl12 { padding-left: 12px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl33 { padding-left: 33px !important;}
.pl35 { padding-left: 35px !important;}
.pl70 { padding-left: 70px !important;}
.pl250 { padding-left: 250px !important;}
.pl300 { padding-left: 300px !important;}
/* padding-bottom */
.pb0 { padding-bottom: 0px !important;}
.pb1 { padding-bottom: 1px !important;}
.pb2 { padding-bottom: 2px !important;}
.pb3 { padding-bottom: 3px !important;}
.pb4 { padding-bottom: 4px !important;}
.pb5 { padding-bottom: 5px !important;}
.pb6 { padding-bottom: 6px !important;}
.pb7 { padding-bottom: 7px !important;}
.pb8 { padding-bottom: 8px !important;}
.pb9 { padding-bottom: 9px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb13 { padding-bottom: 13px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important}
.pb40 { padding-bottom: 40px !important;}
.pb50 { padding-bottom: 50px !important;}
.pb60 { padding-bottom: 60px !important;}
.pb80 { padding-bottom: 80px !important;}
/* margin-top */
.mt0 { margin-top: 0px !important;}
.mt5 { margin-top: 5px !important;}
.mt7 { margin-top: 7px !important;}
.mt10 { margin-top: 10px !important;}
.mt14 { margin-top: 14px !important;}
.mt15 { margin-top: 15px !important;}
.mt19 { margin-top: 19px !important;}
.mt20 { margin-top: 20px !important;}
.mt22 { margin-top: 22px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt32 { margin-top: 32px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt80 { margin-top: 80px !important;}
.mt100 { margin-top: 100px !important;}
/* margin-left */
.ml9 { margin-left: 9px !important;}
.ml10 { margin-left: 10px !important;}
.ml13 { margin-left: 13px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml22 { margin-left: 20px !important;}
.ml30 { margin-left: 30px !important;}
.ml115 { margin-left: 115px !important;}
/* margin-right */
.mr0 { margin-right: 0px !important;}
.mr5 { margin-right: 5px !important;}
.mr6 { margin-right: 6px !important;}
.mr8 { margin-right: 8px !important;}
.mr10 { margin-right: 10px !important;}
.mr14 { margin-right: 14px !important;}
.mr20 { margin-right: 20px !important;}
.mr25{ margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
/* margin-bottom */
.mb0 { margin-bottom: 0 !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb14 { margin-bottom: 14px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
/* ////////////////////////////////////////////////// tablet & mobile */
@media all and (max-width:640px) {
    .pt60 { padding-top: 40px !important;}
    .mt10 { margin-top: 15px !important;}
    .pt80 { padding-top: 50px !important;}
    .mt40 { margin-top: 25px !important;}
    .mb40 { margin-bottom: 25px !important;}

}





/* ************************************** *
 * a-submit-button 디폴트 스타일
 * ************************************** */
/* btn */
.btn { display: inline-block; cursor: pointer; border-radius: 3px; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align: center; white-space: nowrap;}
.btn-squre { border-radius: 0;}
.btn-round.btn-small { border-radius: 13px;}
.btn-round.btn-medium { border-radius: 23px;}
.btn-round.btn-large { border-radius: 25px;}
.btn-round.btn-grand { border-radius: 30px;}
/* btn 크기 */
.btn-small,
input[type="submit"].btn-small,
button.btn-small { font-size: 12px !important; padding: 0 8px !important; line-height: 26px !important; height: 26px !important; vertical-align: middle; border: 0;}
.btn-medium,
input[type="submit"].btn-medium,
button.btn-medium { font-size: 14px !important; padding: 0 20px !important; line-height: 46px !important; height: 46px !important; vertical-align: middle; border: 0;}
.btn-large,
input[type="submit"].btn-large,
button.btn-large { font-size:15px !important; width: 200px !important; line-height: 50px !important; height: 50px !important; vertical-align: middle; border: 0;}
.btn-grand,
input[type="submit"].btn-grand,
button.btn-grand { font-size:16px !important; width: 300px !important; line-height: 60px !important; height: 60px !important; vertical-align: middle; border: 0;}
/* btn 색상 */
.btn-line { border: solid 1px #707070; color: #333 !important;}
.btn-white { background: #fff; color: #333 !important;}
.btn-yellow { background: #ffe400; color: #222 !important;}
.btn-lightblue { background: #0885c7; color: #fff !important;}
.btn-skyblue { background: #00abd7; color: #fff !important;}
.btn-blue { background: #1055a2; color: #fff !important;}
.btn-navy { background: #1c2f4e; color: #fff !important;}
.btn-mint { background: #02aea5; color: #fff !important;}
.btn-red { background: #c70c14; color: #fff !important;}
.btn-lightgray { background: #dcdcdc; color: #222 !important;}
.btn-gray { background: #7c7c7c; color: #fff !important;}
.btn-darkgray { background: #555; color: #fff !important;}
.btn-black { background: #333; color: #fff !important;}
/* btn active 속성 */
.btn-line.active,
.btn-line.disabled,
.btn-line.disabled.active,
.btn-line.disabled:active,
.btn-line.disabled:focus,
.btn-line.disabled:hover,
.btn-line:active,
.btn-line:focus,
.btn-line:hover,
.btn-line[disabled],
.btn-line[disabled].active,
.btn-line[disabled]:active,
.btn-line[disabled]:focus,
.btn-line[disabled]:hover { background: #f0f0f0;}
.btn-white.active,
.btn-white.disabled,
.btn-white.disabled.active,
.btn-white.disabled:active,
.btn-white.disabled:focus,
.btn-white.disabled:hover,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.btn-white[disabled],
.btn-white[disabled].active,
.btn-white[disabled]:active,
.btn-white[disabled]:focus,
.btn-white[disabled]:hover { background: #efefef;}
.btn-yellow.active,
.btn-yellow.disabled,
.btn-yellow.disabled.active,
.btn-yellow.disabled:active,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:hover,
.btn-yellow:active,
.btn-yellow:focus,
.btn-yellow:hover,
.btn-yellow[disabled],
.btn-yellow[disabled].active,
.btn-yellow[disabled]:active,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:hover { background: #ffd300;}
.btn-lightblue.active,
.btn-lightblue.disabled,
.btn-lightblue.disabled.active,
.btn-lightblue.disabled:active,
.btn-lightblue.disabled:focus,
.btn-lightblue.disabled:hover,
.btn-lightblue:active,
.btn-lightblue:focus,
.btn-lightblue:hover,
.btn-lightblue[disabled],
.btn-lightblue[disabled].active,
.btn-lightblue[disabled]:active,
.btn-lightblue[disabled]:focus,
.btn-lightblue[disabled]:hover { background: #0565ae;}
.btn-skyblue.active,
.btn-skyblue.disabled,
.btn-skyblue.disabled.active,
.btn-skyblue.disabled:active,
.btn-skyblue.disabled:focus,
.btn-skyblue.disabled:hover,
.btn-skyblue:active,
.btn-skyblue:focus,
.btn-skyblue:hover,
.btn-skyblue[disabled],
.btn-skyblue[disabled].active,
.btn-skyblue[disabled]:active,
.btn-skyblue[disabled]:focus,
.btn-skyblue[disabled]:hover { background: #008fc6;}
.btn-blue.active,
.btn-blue.disabled,
.btn-blue.disabled.active,
.btn-blue.disabled:active,
.btn-blue.disabled:focus,
.btn-blue.disabled:hover,
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover,
.btn-blue[disabled],
.btn-blue[disabled].active,
.btn-blue[disabled]:active,
.btn-blue[disabled]:focus,
.btn-blue[disabled]:hover { background: #0a3e8a;}
.btn-navy.active,
.btn-navy.disabled,
.btn-navy.disabled.active,
.btn-navy.disabled:active,
.btn-navy.disabled:focus,
.btn-navy.disabled:hover,
.btn-navy:active,
.btn-navy:focus,
.btn-navy:hover,
.btn-navy[disabled],
.btn-navy[disabled].active,
.btn-navy[disabled]:active,
.btn-navy[disabled]:focus,
.btn-navy[disabled]:hover { background: #122038;}
.btn-mint.active,
.btn-mint.disabled,
.btn-mint.disabled.active,
.btn-mint.disabled:active,
.btn-mint.disabled:focus,
.btn-mint.disabled:hover,
.btn-mint:active,
.btn-mint:focus,
.btn-mint:hover,
.btn-mint[disabled],
.btn-mint[disabled].active,
.btn-mint[disabled]:active,
.btn-mint[disabled]:focus,
.btn-mint[disabled]:hover { background: #019288;}
.btn-red.active,
.btn-red.disabled,
.btn-red.disabled.active,
.btn-red.disabled:active,
.btn-red.disabled:focus,
.btn-red.disabled:hover,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.btn-red[disabled],
.btn-red[disabled].active,
.btn-red[disabled]:active,
.btn-red[disabled]:focus,
.btn-red[disabled]:hover { background: #b1060b;}
.btn-lightgray.active,
.btn-lightgray.disabled,
.btn-lightgray.disabled.active,
.btn-lightgray.disabled:active,
.btn-lightgray.disabled:focus,
.btn-lightgray.disabled:hover,
.btn-lightgray:active,
.btn-lightgray:focus,
.btn-lightgray:hover,
.btn-lightgray[disabled],
.btn-lightgray[disabled].active,
.btn-lightgray[disabled]:active,
.btn-lightgray[disabled]:focus,
.btn-lightgray[disabled]:hover { background: #ccc;}
.btn-gray.active,
.btn-gray.disabled,
.btn-gray.disabled.active,
.btn-gray.disabled:active,
.btn-gray.disabled:focus,
.btn-gray.disabled:hover,
.btn-gray:active,
.btn-gray:focus,
.btn-gray:hover,
.btn-gray[disabled],
.btn-gray[disabled].active,
.btn-gray[disabled]:active,
.btn-gray[disabled]:focus,
.btn-gray[disabled]:hover { background: #656565;}
.btn-darkgray.active,
.btn-darkgray.disabled,
.btn-darkgray.disabled.active,
.btn-darkgray.disabled:active,
.btn-darkgray.disabled:focus,
.btn-darkgray.disabled:hover,
.btn-darkgray:active,
.btn-darkgray:focus,
.btn-darkgray:hover,
.btn-darkgray[disabled],
.btn-darkgray[disabled].active,
.btn-darkgray[disabled]:active,
.btn-darkgray[disabled]:focus,
.btn-darkgray[disabled]:hover { background: #444;}
.btn-black.active,
.btn-black.disabled,
.btn-black.disabled.active,
.btn-black.disabled:active,
.btn-black.disabled:focus,
.btn-black.disabled:hover,
.btn-black:active,
.btn-black:focus,
.btn-black:hover,
.btn-black[disabled],
.btn-black[disabled].active,
.btn-black[disabled]:active,
.btn-black[disabled]:focus,
.btn-black[disabled]:hover { background: #222;}
/* ////////////////////////////////////////////////// mobile */
@media all and (max-width:640px) {
    /* btn */
    .btn-round.btn-medium { border-radius: 19px;}
    .btn-round.btn-large { border-radius: 23px;}
    .btn-round.btn-grand { border-radius: 26px;}
    /* btn 크기 */
    .btn-medium,
    input[type="submit"].btn-medium,
    button.btn-medium { line-height: 38px !important; height: 38px !important;}
    .btn-large,
    input[type="submit"].btn-large,
    button.btn-large { width: 150px !important; line-height: 46px !important; height: 46px !important;}
    .btn-grand,
    input[type="submit"].btn-grand,
    button.btn-grand { width: 80% !important; line-height: 52px !important; height: 52px !important;}
}





/* ************************************** *
 * checkbox-radio 디폴트 스타일
 * ************************************** */
/* 체크박스&라디오버튼 공통 */
.checkbox-radio { display: inline-block; position: relative; padding: 0 0 0 35px; margin: 0 20px 0 0; line-height: 23px; cursor: pointer; font-size: 15px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select: none;}
.checkbox-radio input { position: absolute; opacity: 0; cursor: pointer;}
.checkmark { position: absolute; top: 0; left: 0; height: 23px; width: 23px;}
.radiomark { position: absolute; top: 0; left: 0; height: 23px; width: 23px; border-radius: 50%;}
.checkmark:after,
.radiomark:after { content: ""; position: absolute; display: none;}
.checkbox-radio input:checked ~ .checkmark:after,
.checkbox-radio input:checked ~ .radiomark:after { display: block;}
/* 체크박스&라디오버튼 - 배경이 어두울경우 */
.check-white { color: #fff; display: inline-block;}
.check-white .checkmark { background: #eee;}
.check-white .radiomark { background: #eee;}
.check-white .checkbox-radio input:checked ~ .checkmark,
.check-white .checkbox-radio input:checked ~ .radiomark { background:#ffe400;}/* 컬러변경 */
.check-white .checkbox-radio .checkmark:after { border: solid #222;/* 컬러변경 */ left: 8px; top: 4px; width: 5px; height: 10px; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.check-white .checkbox-radio .radiomark:after { background: #222;/* 컬러변경 */ top: 7px; left: 7px; width: 9px; height: 9px; border-radius: 50%;}
/* 체크박스&라디오버튼 - 배경이 밝을경우 */
.check-black { color: #333; display: inline-block;}
.check-black .checkmark { background: #eee;}
.check-black .radiomark { background: #eee;}
.check-black .checkbox-radio input:checked ~ .checkmark,
.check-black .checkbox-radio input:checked ~ .radiomark { background:#333;}/* 컬러변경 */
.check-black .checkbox-radio .checkmark:after { border: solid #fff;/* 컬러변경 */ left: 8px; top: 4px; width: 5px; height: 10px; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.check-black .checkbox-radio .radiomark:after { background: #fff;/* 컬러변경 */ top: 7px; left: 7px; width: 9px; height: 9px; border-radius: 50%;}
/* 문의폼하단-개인정보취급방침 */
.quick-privacy-box { border: solid 1px #888; color:#666; font-size: 12px; padding: 7px 10px; border-radius: 3px; margin-top: 20px;}
.privacy-box { margin-top: 20px; border-top: solid 1px #ccc; color: #444; font-size: 12px; padding-top: 15px; line-height: 1.5em;}
.privacy-check { padding: 15px 0 20px;}
/* ////////////////////////////////////////////////// mobile */
@media all and (max-width:640px) {
    /* 체크박스&라디오버튼 공통 */
    .checkbox-radio { padding: 0 0 0 25px; margin: 0 12px 0 0; line-height: 19px; font-size: 13px;}
    .checkmark,
    .radiomark { height: 19px; width: 19px;}
    .check-white .checkbox-radio .checkmark:after,
    .check-black .checkbox-radio .checkmark:after { left: 6px; top: 3px; width: 3px; height: 8px;}
    .check-white .checkbox-radio .radiomark:after,
    .check-black .checkbox-radio .radiomark:after { top: 5px; left: 5px;}
    /* 문의폼하단-개인정보취급방침 */
    .privacy-check { padding: 10px 0 15px;}
}
/* ************************************** *
 * checkbox-radio 디폴트 스타일
 * ************************************** */
/* 체크박스&라디오버튼 */
.checkbox-radio { display: inline-block; margin-right: 10px; position: relative; cursor: pointer; -webkit-user-select:none; -ms-user-select:none; -moz-user-select:none; -o-user-select:none; user-select: none; color: #444;}
.checkbox-radio input { position: absolute; opacity: 0; cursor: pointer;}
.checkbox-radio .checkmark { position: absolute; top: 0; left: 0; display: inline-block;}
.checkbox-radio .radiomark { position: absolute; top: 0; left: 0; display: inline-block; border-radius: 50%;}
.checkbox-radio .checkmark:after,
.checkbox-radio .radiomark:after { content: ""; position: absolute; display: none;}
.checkbox-radio input:checked ~ .checkmark:after,
.checkbox-radio input:checked ~ .radiomark:after { display: block;}
.checkbox-radio .checkmark:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.checkbox-radio .radiomark:after { border-radius: 50%;}
 /* 체크박스&라디오버튼 bg */
.crb-bg .checkbox-radio .checkmark,
.crb-bg .checkbox-radio .radiomark { background: #eee;}
.crb-bg .checkbox-radio .checkmark:after { border: solid #fff;}
.crb-bg .checkbox-radio .radiomark:after { background: #fff;}
/* 체크박스&라디오버튼 bg-color */
.crb-bg.crb-white .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-white .checkbox-radio input:checked ~ .radiomark { background: rgba(255,255,255,1);}
.crb-bg.crb-white .checkbox-radio .checkmark:after { border: solid #333;}
.crb-bg.crb-white .checkbox-radio .radiomark:after { background: #333;}
.crb-bg.crb-black .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-black .checkbox-radio input:checked ~ .radiomark { background: rgba(31,36,41,1);}
.crb-bg.crb-darkgray .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-darkgray .checkbox-radio input:checked ~ .radiomark { background: rgba(31,36,41,.75);}
.crb-bg.crb-gray .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-gray .checkbox-radio input:checked ~ .radiomark { background: rgba(31,36,41,.5);}
.crb-bg.crb-lightgray .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-lightgray .checkbox-radio input:checked ~ .radiomark { background: rgba(31,36,41,.2);}
.crb-bg.crb-navy .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-navy .checkbox-radio input:checked ~ .radiomark { background: rgba(18,41,76,1);}
.crb-bg.crb-blue .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-blue .checkbox-radio input:checked ~ .radiomark { background: rgba(26,115,232,1);}
.crb-bg.crb-skyblue .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-skyblue .checkbox-radio input:checked ~ .radiomark { background: rgba(0,171,215,1);}
.crb-bg.crb-red .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-red .checkbox-radio input:checked ~ .radiomark { background: rgba(238,40,63,1);}
.crb-bg.crb-green .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-green .checkbox-radio input:checked ~ .radiomark { background: rgba(40,167,69,1);}
.crb-bg.crb-yellow .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-yellow .checkbox-radio input:checked ~ .radiomark { background: rgba(255,193,7,1);}
.crb-bg.crb-orange .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-orange .checkbox-radio input:checked ~ .radiomark { background: rgba(250,134,64,1);}
.crb-bg.crb-mint .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-mint .checkbox-radio input:checked ~ .radiomark { background: rgba(2,174,165,1);}
.crb-bg.crb-purple .checkbox-radio input:checked ~ .checkmark,
.crb-bg.crb-purple .checkbox-radio input:checked ~ .radiomark { background: rgba(124,79,216,1);}
/* 체크박스&라디오버튼 line */
.crb-line .checkbox-radio .checkmark,
.crb-line .checkbox-radio .radiomark { background: #fff; border: solid 1px #ddd;}
/* 체크박스&라디오버튼 bg-color */
.crb-line.crb-white .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-white .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(255,255,255,1);}
.crb-line.crb-white .checkbox-radio .checkmark:after { border: solid rgba(255,255,255,1);}
.crb-line.crb-white .checkbox-radio .radiomark:after { background: rgba(255,255,255,1);}
.crb-line.crb-black .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-black .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(31,36,41,1);}
.crb-line.crb-black .checkbox-radio .checkmark:after { border: solid rgba(31,36,41,1);}
.crb-line.crb-black .checkbox-radio .radiomark:after { background: rgba(31,36,41,1);}
.crb-line.crb-darkgray .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-darkgray .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(31,36,41,.75);}
.crb-line.crb-darkgray .checkbox-radio .checkmark:after { border: solid rgba(31,36,41,.75);}
.crb-line.crb-darkgray .checkbox-radio .radiomark:after { background: rgba(31,36,41,.75);}
.crb-line.crb-gray .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-gray .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(31,36,41,.5);}
.crb-line.crb-gray .checkbox-radio .checkmark:after { border: solid rgba(31,36,41,.5);}
.crb-line.crb-gray .checkbox-radio .radiomark:after { background: rgba(31,36,41,.5);}
.crb-line.crb-lightgray .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-lightgray .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(31,36,41,.2);}
.crb-line.crb-lightgray .checkbox-radio .checkmark:after { border: solid rgba(31,36,41,.2);}
.crb-line.crb-lightgray .checkbox-radio .radiomark:after { background: rgba(31,36,41,.2);}
.crb-line.crb-navy .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-navy .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(18,41,76,1);}
.crb-line.crb-navy .checkbox-radio .checkmark:after { border: solid rgba(18,41,76,1);}
.crb-line.crb-navy .checkbox-radio .radiomark:after { background: rgba(18,41,76,1);}
.crb-line.crb-blue .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-blue .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(26,115,232,1);}
.crb-line.crb-blue .checkbox-radio .checkmark:after { border: solid rgba(26,115,232,1);}
.crb-line.crb-blue .checkbox-radio .radiomark:after { background: rgba(26,115,232,1);}
.crb-line.crb-skyblue .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-skyblue .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(0,171,215,1);}
.crb-line.crb-skyblue .checkbox-radio .checkmark:after { border: solid rgba(0,171,215,1);}
.crb-line.crb-skyblue .checkbox-radio .radiomark:after { background: rgba(0,171,215,1);}
.crb-line.crb-red .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-red .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(238,40,63,1);}
.crb-line.crb-red .checkbox-radio .checkmark:after { border: solid rgba(238,40,63,1);}
.crb-line.crb-red .checkbox-radio .radiomark:after { background: rgba(238,40,63,1);}
.crb-line.crb-green .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-green .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(40,167,69,1);}
.crb-line.crb-green .checkbox-radio .checkmark:after { border: solid rgba(40,167,69,1);}
.crb-line.crb-green .checkbox-radio .radiomark:after { background: rgba(40,167,69,1);}
.crb-line.crb-yellow .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-yellow .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(255,193,7,1);}
.crb-line.crb-yellow .checkbox-radio .checkmark:after { border: solid rgba(255,193,7,1);}
.crb-line.crb-yellow .checkbox-radio .radiomark:after { background: rgba(255,193,7,1);}
.crb-line.crb-orange .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-orange .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(250,134,64,1);}
.crb-line.crb-orange .checkbox-radio .checkmark:after { border: solid rgba(250,134,64,1);}
.crb-line.crb-orange .checkbox-radio .radiomark:after { background: rgba(250,134,64,1);}
.crb-line.crb-mint .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-mint .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(2,174,165,1);}
.crb-line.crb-mint .checkbox-radio .checkmark:after { border: solid rgba(2,174,165,1);}
.crb-line.crb-mint .checkbox-radio .radiomark:after { background: rgba(2,174,165,1);}
.crb-line.crb-purple .checkbox-radio input:checked ~ .checkmark,
.crb-line.crb-purple .checkbox-radio input:checked ~ .radiomark { border: solid 1px rgba(124,79,216,1);}
.crb-line.crb-purple .checkbox-radio .checkmark:after { border: solid rgba(124,79,216,1);}
.crb-line.crb-purple .checkbox-radio .radiomark:after { background: rgba(124,79,216,1);}
/* 체크박스&라디오버튼 size */
.crb-mn .checkbox-radio { padding-left: 20px; font-size: 12px; line-height: 14px; margin-top: 4px; margin-bottom: 4px;}
.crb-sm .checkbox-radio { padding-left: 26px; font-size: 13px; line-height: 18px; margin-top: 7px; margin-bottom: 7px;}
.crb-md .checkbox-radio { padding-left: 30px; font-size: 14px; line-height: 23px; margin-top: 9.5px; margin-bottom: 9.5px;}
.crb-lg .checkbox-radio { padding-left: 40px; font-size: 15px; line-height: 30px; margin-top: 10px; margin-bottom: 10px;}
.crb-gd .checkbox-radio { padding-left: 46px; font-size: 16px; line-height: 36px; margin-top: 12px; margin-bottom: 12px;}
.crb-mn .checkbox-radio .checkmark,
.crb-mn .checkbox-radio .radiomark { width: 14px; height: 14px;}
.crb-sm .checkbox-radio .checkmark,
.crb-sm .checkbox-radio .radiomark { width: 18px; height: 18px;}
.crb-md .checkbox-radio .checkmark,
.crb-md .checkbox-radio .radiomark { width: 23px; height: 23px;}
.crb-lg .checkbox-radio .checkmark,
.crb-lg .checkbox-radio .radiomark { width: 30px; height: 30px;}
.crb-gd .checkbox-radio .checkmark,
.crb-gd .checkbox-radio .radiomark { width: 36px; height: 36px;}
.crb-mn .checkbox-radio .checkmark:after { border-width: 0 2px 2px 0 !important; left: 5px; top: 1px; width: 2.5px; height: 7px;}
.crb-mn .checkbox-radio .radiomark:after { top: 4px; left: 4px; width: 6px; height: 6px;}
.crb-sm .checkbox-radio .checkmark:after { border-width: 0 2.5px 2.5px 0 !important; left: 6px; top: 2px; width: 3px; height: 8px;}
.crb-sm .checkbox-radio .radiomark:after { top: 5px; left: 5px; width: 8px; height: 8px;}
.crb-md .checkbox-radio .checkmark:after { border-width: 0 3px 3px 0 !important; left: 8px; top: 2px; width: 5px; height: 11px;}
.crb-md .checkbox-radio .radiomark:after { top: 6px; left: 6px; width: 11px; height: 11px;}
.crb-lg .checkbox-radio .checkmark:after { border-width: 0 4px 4px 0 !important; left: 10px; top: 4px; width: 6px; height: 13px;}
.crb-lg .checkbox-radio .radiomark:after { top: 7px; left: 7px; width: 16px; height: 16px;}
.crb-gd .checkbox-radio .checkmark:after { border-width: 0 5px 5px 0 !important; left: 12px; top: 5px; width: 7px; height: 15px;}
.crb-gd .checkbox-radio .radiomark:after { top: 8px; left: 8px; width: 20px; height: 20px;}
/* ////////////////////////////////////////////////// mobile */
@media all and (max-width:640px) {
    /* 체크박스&라디오버튼 size */
    .crb-mn .checkbox-radio { margin-top: 2px; margin-bottom: 2px;}
    .crb-sm .checkbox-radio { margin-top: 4px; margin-bottom: 4px;}
    .crb-md .checkbox-radio { margin-top: 6.5px; margin-bottom: 6.5px;}
    .crb-lg .checkbox-radio { margin-top: 8px; margin-bottom: 8px;}
    .crb-gd .checkbox-radio { margin-top: 9px; margin-bottom: 9px;}
}





/* ************************************** *
 * etc 컨텐츠 스타일
 * ************************************** */
/* 개인정보처리방침-이용약관 */
.privacy-anchor-box { margin-top: 50px; padding: 60px; border: solid 1px #dbdbdb; background: #f9f9f9;}
.privacy-anchor-box li { float: left; width: 50%;}
.privacy-anchor-box li a { display: inline-block; font-size: 16px; color: #333; line-height: 30px;}
.privacy-anchor-box li a:hover { color: #0054a6; text-decoration: underline;}
.privacy-terms-content { border: solid 1px #dbdbdb; padding: 7%;}
.privacy-terms-content h3 { padding: 70px 0 20px; font-size: 20px; font-weight: 700; color: #111;}
.privacy-terms-content p { font-size: 16px; color: #444; line-height: 1.7em;}
.privacy-terms-content p.center { width: 80%; margin: 0 auto;}
.privacy-terms-content .bu-list { padding-top: 15px;}
.privacy-terms-content .bu-list > li { padding-left: 20px; margin-bottom: 7px; background: url('image/bu-list-privacy.png') no-repeat; background-position: left 8px; font-size: 16px; color: #333; line-height:1.6em;}
.privacy-terms-content .bu-list > li > ul { padding-top: 7px;}
.privacy-terms-content .bu-list > li > ul > li { padding-left: 5px; margin-bottom: 5px; font-size: 15px; color: #333; line-height:1.6em;}
.privacy-terms-content .bu-list > li > ul > li::before { content: "- ";}
.privacy-terms-content hr { margin-top: 60px; border-top: solid 1px #dbdbdb; position: static; width: 100%; visibility: visible;}
/* 이메일무단수집거부 */
.email-reject { text-align: center;}
.email-reject p { padding-top: 60px; font-size: 17px; color: #111; line-height: 1.8em;}
/* ////////////////////////////////////////////////// tablet & mobile */
@media all and (max-width:990px) {
    /* 개인정보처리방침-이용약관 */
    .privacy-anchor-box li { float: none; width: 100%;}
}
/* ////////////////////////////////////////////////// tablet */
@media all and (min-width:641px) and (max-width:990px) {
    /* 이메일무단수집거부 */
    .email-reject .br-pc { display: block;}
}
/* ////////////////////////////////////////////////// mobile */
@media all and (max-width:640px) {
    /* 개인정보처리방침-이용약관 */
    .privacy-anchor-box { padding: 30px;}
    .privacy-anchor-box li a { font-size: 14px; line-height: 26px;}
    .privacy-terms-content h3 { padding: 35px 0 20px; font-size: 16px;}
    .privacy-terms-content p { font-size: 13px;}
    .privacy-terms-content .bu-list > li { margin-bottom: 5px; background-position: left 5px; font-size: 13px;}
    .privacy-terms-content .bu-list > li > ul > li { margin-bottom: 3px; font-size: 13px;}
    .privacy-terms-content hr { margin-top: 40px;}
    .privacy-terms-content .pl20 { padding-left: 10px !important;}
    /* 이메일무단수집거부 */
    .email-reject p { padding-top: 40px; font-size: 14px;}
    .email-reject img { width: 80%;}
}





/* ************************************** *
 * input textarea form 디폴트 스타일
 * ************************************** */
/* input */
.comm-input {
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    border: solid 1px #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}
.comm-input-select {
    min-width: 300px;
    height: 42px;
    line-height: 42px;
    padding: 0 30px 0 10px;
    border: solid 1px #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    background: #fff url('image/bg-arr-down-black.png') no-repeat;
    background-size: 12px;
    background-position: right 10px center;
    font-size: 14px;
    color: #333;
}
.comm-input-textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 1.4em;
    color: #333;
}
/* input 형태 */
.comm-input-squre { border-radius: 0 !important;}
.comm-input-round { border-radius: 30px !important;}
.comm-input-bg { background: #f2f2f2;}
.comm-input-select.comm-input-bg { background: #f2f2f2 url('image/bg-arr-down-black.png') no-repeat; background-size: 12px; background-position: right 10px center;}
/* input 가로 */
.input-w-10 { width: 10% !important;}
.input-w-20 { width: 20% !important;}
.input-w-30 { width: 30% !important;}
.input-w-40 { width: 40% !important;}
.input-w-50 { width: 50% !important;}
.input-w-60 { width: 60% !important;}
.input-w-70 { width: 70% !important;}
.input-w-80 { width: 80% !important;}
.input-w-90 { width: 90% !important;}
.input-w-100 { width: 100% !important;}
/* input 세로 */
.input-h-mn { font-size: 11px !important; line-height: 22px !important; height: 22px !important;}
.input-h-sm { font-size: 12px !important; line-height: 32px !important; height: 32px !important;}
.input-h-lg { font-size: 14px !important; line-height: 50px !important; height: 50px !important;}
.input-h-gd { font-size: 15px !important; line-height: 60px !important; height: 60px !important;}
/* ////////////////////////////////////////////////// tablet & mobile*/
@media all and (max-width:990px) {
    /* input 가로 */
    .input-w-10-t { width: 10% !important;}
    .input-w-20-t { width: 20% !important;}
    .input-w-30-t { width: 30% !important;}
    .input-w-40-t { width: 40% !important;}
    .input-w-50-t { width: 50% !important;}
    .input-w-60-t { width: 60% !important;}
    .input-w-70-t { width: 70% !important;}
    .input-w-80-t { width: 80% !important;}
    .input-w-90-t { width: 90% !important;}
    .input-w-100-t { width: 100% !important;}
}
/* ////////////////////////////////////////////////// mobile */
@media all and (max-width:640px) {
    /* input */
    .comm-input { line-height: 36px; height: 36px;}
    .comm-input-select { line-height: 36px; height: 36px; min-width: 80px; padding: 0 20px 0 10px; background-size: 8px;}
    /* input 형태 */
    .comm-input-select.comm-input-bg { background-size: 8px;}
    /* input 가로 */
    .input-w-10-m { width: 10% !important;}
    .input-w-20-m { width: 20% !important;}
    .input-w-30-m { width: 30% !important;}
    .input-w-40-m { width: 40% !important;}
    .input-w-50-m { width: 50% !important;}
    .input-w-60-m { width: 60% !important;}
    .input-w-70-m { width: 70% !important;}
    .input-w-80-m { width: 80% !important;}
    .input-w-90-m { width: 90% !important;}
    .input-w-100-m { width: 100% !important;}
    /* input 세로 */
    .input-h-mn { line-height: 18px !important; height: 18px !important;}
    .input-h-sm { line-height: 26px !important; height: 26px !important;}
    .input-h-lg { line-height: 46px !important; height: 46px !important;}
    .input-h-gd { line-height: 54px !important; height: 54px !important;}
    .img-kca { height: 36px;}
}
