@charset "utf-8";
/*************************************************************************
* @ 서비스명   : commonui
* @ 파일명     : /css/commonui.css
* @ 페이지설명  : commonui.css
* @ 작성자     : 한주현 (pointweb)
* @ 작성일     : 2021-12-24
************************** 수정이력 **************************************
* 날짜                    작업자                 변경내용
* 2021-12-24              한주현                 최초작성
**************************************************************************/

/* basic style */
* {box-sizing: border-box;}
html {width: 100%;height: 100%;}
body {overflow: inherit;width: 100%;height: 100%;}
body.on {overflow: hidden;}
#wrap {width: 100%;height: 100%;}
.layout {margin: 0 auto;max-width: 1280px;box-sizing: border-box;}
.no-data {display: block !important;font-size: 16px !important;width: 100% !important;padding: 100px 0 !important;text-align: center;margin: 0 !important;}
.blind{position: absolute;top:-9999999px;left:-999999px;}
.required{color:#e32a2a;}

#pagination{margin: 30px 0 100px;text-align:center;font-size:0;width:auto;display: block;position: relative;}
#pagination a{display:inline-block;margin:4px;color:#777;font-size:16px;font-weight:400;line-height:40px;width:40px;height:40px;vertical-align:top;border-radius:100%;}
#pagination a.active{background:#00afeb;color:#fff;vertical-align:top;}
#pagination .end-prev,
#pagination .prev,
#pagination .next,
#pagination .end-next{text-indent: -99px;overflow: hidden;width:40px;height:40px;}
#pagination .end-prev{background:url(/_public/images/common/first-prev.png) no-repeat;background-size:100%;}
#pagination .prev{background:url(/_public/images/common/prev.png) no-repeat;margin-right:20px;background-size:100%;}
#pagination .next{background:url(/_public/images/common/next.png) no-repeat;margin-left:20px;background-size:100%;}
#pagination .end-next{background: url(/_public/images/common/end-next.png) no-repeat;background-size:100%;}

.mask{display:none;position: fixed;top:0;left:0;width:100%;height: 100%;z-index: 100;background: rgba(0,0,0,0.5);}

.color-sky{color:#00afeb !important;}
.go-top {position: fixed; bottom: 40px; right: 40px; width: 50px; z-index: 10;}

/* dl style */
.dl-type1{}
.dl-type1 dt{position:relative;clear:left;float:left;}
.dl-type1 dd{position:relative;width:100%;}
.dl-type1 dd:after {content: "";display: table;clear: both;}
/* text style */
.t-align-left {text-align: left !important;}
.t-align-center {text-align: center !important;}
.t-align-right {text-align: right !important;}

.NotoSans {font-family:'Noto Sans KR';}

.button{font-size:15px;line-height: 40px;}
.button-default{background:#00afeb;color:#fff;border:1px solid #00afeb;border-radius:5px;}
.button-outline-default{border:1px solid #00afeb;background: #fff;color:#00afeb;}

/* form style */
.form-flex {display: flex; justify-content: space-between;}
.form-flex .cmm-form {width: calc(100% - 120px);}
.form-flex .cmm-form:first-child {width: 110px;padding-right: 10px;}
.cmm-form {padding: 20px 0;box-sizing: border-box;}
.cmm-form .form {position: relative;border-bottom: 1px solid #dbdbdb;}
.cmm-form .form.border-bottom-none{border-bottom:0;}
.cmm-form .form .icon-status {position: absolute;right: 10px;top: 11px;font-size: 18px;}
.cmm-form .form .icon-status.icon-error {color: #ff0000;}
.cmm-form .form .icon-status.icon-success {color: #02e266;}
.cmm-form .form + .form {margin-top: 20px;}
.cmm-form .form:after {content: "";opacity: 0;display: inline-block;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 0;height: 2px;background: #333;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.cmm-form .form label {position: absolute;top: -9999999px;left: -999999px;}
.cmm-form .form input[type="text"],
.cmm-form .form input[type="tel"],
.cmm-form .form input[type="number"],
.cmm-form .form input[type="email"],
.cmm-form .form input[type="password"] {appearance: none;width: 100%;height: 40px;color: #898989;font-size: 14px;border: 0;box-sizing: border-box;padding: 0 10px;font-weight: 300;}
.cmm-form .form input::placeholder {color: #ccc;font-size: 14px;font-weight: 300;}
.cmm-form .form input:focus {border: 0;outline: none;}
.cmm-form .form textarea {border: 0;resize: none;padding: 20px;width: 100%;height: 300px;box-sizing: border-box;}
.cmm-form .form .checkbox {display: inline-block;padding: 20px;}
.cmm-form .form .checkbox label {position: relative;display: inline-block;margin-right: 20px;color: #898989;top: inherit;left: inherit;padding: 10px 0;max-width: 250px;word-break: keep-all;font-size: 13px;font-weight: 500;vertical-align: middle;}
.cmm-form .form .checkbox label strong {display: block;font-size: 18px;color: #333;}
.cmm-form .form.active:after {opacity: 1;width: 100%;height: 2px;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.cmm-form .form.email {color: #898989;}
.cmm-form .form.email em {display: inline-block;font-size: 14px;color: #898989;}
.cmm-form .form.email input[type="text"] {width: 30%;padding: 0 0 0 20px;}
.cmm-form .form.email input[type="text"] + input[type="text"] {width: 35%;padding: 0 10px;}
.cmm-form .form.email select {display: inline-block;padding: 0 20px;width: 30%;height: 40px;color: #898989;box-sizing: border-box;}
.cmm-form .form.addr input[type="text"] {padding: 0px 120px 0px 20px;}
.cmm-form .form.tel {color: #898989;}
.cmm-form .form.tel em {display: inline-block;font-size: 14px;color: #898989;}
.cmm-form .form.tel input[type="tel"] {width: 35%;text-align: center;}
.cmm-form .form.tel select {display: inline-block;padding: 0 20px;width: 20%;height: 40px;color: #898989;box-sizing: border-box;}
.cmm-form .form.tel.id .button {display: inline-block;position: absolute;right: 0;width: 100px;line-height: 40px;background: #333;color: #fff;font-size: 13px;text-align: center;}
.cmm-form .form.tel.id input[type="text"] {padding: 0px 110px 0px 20px;}
.cmm-form .form.tel.addr .addr-button {display: inline-block;position: absolute;right: 0;bottom: 0;width: 100px;line-height: 38px;background: #fff;border: 1px solid #ff4947;color: #ff4947;font-size: 13px;text-align: center;}
.cmm-form .form.tel.calendar .cal-icon {position: absolute;top: 12px;right: 20px;font-size: 16px;}
.cmm-form .label {display: block;padding: 10px 0;font-size: 16px;font-weight: 500;}
.cmm-form .label .info-txt {color: #0db14b;font-weight: 400;display: inline-block;margin-left: 10px;}
.cmm-form .label .warning-txt {color: #ff4947;font-weight: 400;display: inline-block;margin-left: 10px;}
.cmm-form .label .add-button {float: right;display: inline-block;font-size: 16px;}
.cmm-form.error {border-color: #ff4947;}
.cmm-form.error .form input {color: #ff4947;}
.cmm-form.error .form input::placeholder {color: #ff4947;}
.ios-chk {display:inline-block;position: relative;cursor: pointer;}
.ios-chk input[type="checkbox"]{position: absolute;display: inline-block;opacity: 0;}
.ios-chk label {position:relative !important;top:inherit !important; left:inherit !important;cursor: pointer;display: inline-block;padding-left:60px;color: #555;font-size: 15px;line-height: 27px;vertical-align: middle;font-weight: 400;}
.apple-switch::before {content:"";-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;position: absolute;left:0;vertical-align: middle;-webkit-appearance: none;outline: none;width: 50px;height: 25px;background-color: #fff;border: 1px solid #D9DADC;border-radius: 50px;box-shadow: inset -20px 0 0 0 #fff;cursor: pointer;}
.apple-switch:after {content: "";-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;position: absolute;top: 3px;left: 1px;background: transparent;width: 22px;height: 22px;border-radius: 50%;box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);}
.ios-chk input[type="checkbox"]:checked + .apple-switch:before {box-shadow: inset 26px 0 0 0 #222;border-color: #222;}
.ios-chk input[type="checkbox"]:checked + .apple-switch:after {left: 20px;box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);}

.filebox{position:relative;font-size:0;}
.filebox input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
.filebox label {position:relative !important;top:inherit !important;left:inherit !important;display: inline-block;margin-right:5px;width:160px;color: #fff;font-size:14px;vertical-align: middle;background-color: #00afeb;cursor: pointer;border: 1px solid #00afeb;line-height: 41px;text-align: center;border-radius:5px;}
.filebox label:before{content: "";position: absolute;top: 2px;left: 22px;display:inline-block;width:35px;height:35px;background: url("/_public/images/@draft/sp_ico.png") no-repeat;background-size: 490px;background-position: -280px 0;}
.filebox .upload-name {display: inline-block;height: 45px;font-size:14px;padding: 0 10px;vertical-align: middle;background-color: #f5f5f5;border: 1px solid #ebebeb;border-radius:5px;}

.checkbox-type1 input[type=checkbox] {position: absolute;display: inline-block;opacity: 0;}
.checkbox-type1 label {position: relative !important;top: inherit !important;left: inherit !important;display: inline-block;padding-left: 22px;font-size: 14px;text-align: left;box-sizing: border-box;cursor: pointer;}
.checkbox-type1 label:before {content: "";position: absolute;top: 3px;left: 0;display: inline-block;width: 15px;height: 15px;box-sizing: border-box;border: 1px solid #c3c3c3;border-radius: 3px;}
.checkbox-type1 label:after {content: "";display: none;position: absolute;top: 3px;left: 5px;width: 4px;height: 9px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform: rotate(45deg);}
.checkbox-type1 input[type=checkbox]:checked + label:before {border-color: #333;background-color:#333 }
.checkbox-type1 input[type=checkbox]:checked + label:after {display: inline-block;}

.checkbox-type2{display:inline-block;vertical-align:top;width:33.333%;margin:10px 0;}
.checkbox-type2 input[type="checkbox"]{position:absolute;opacity:0;}
.checkbox-type2 label{display:block;font-size:18px;padding-left:40px;position:relative;cursor:pointer;}
.checkbox-type2 label::before{content:'';width:30px;height:30px;border:1px solid #fff;border-radius:50%;position:absolute;left:0;top:-3px;}
.checkbox-type2 label::after{display:none;content:'';width:7px;height:13px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);position:absolute;left:11px;top:3px;}
.checkbox-type2 input[type="checkbox"]:checked + label::before{background:#222;border-color:#222;}
.checkbox-type2 input[type="checkbox"]:checked + label::after{display:block;}

.radio-type1 { margin: -0.5px;}
.radio-type1 input[type="radio"] {display: inline-block;position: absolute;opacity: 0;}
.radio-type1 label {position: relative !important;top: inherit !important;left: inherit !important;cursor: pointer;display: block;text-align: center;font-size: 14px;line-height: 50px;border: 1px solid #e5e5e5;}
.radio-type1 input[type="radio"]:checked + label {background-color: #222;color: #fff;}


.radio-type2{display:inline-block;vertical-align:middle;width:33.333%;}
.radio-type2 input[type="radio"]{position:absolute;opacity:0;}
.radio-type2 label{display:block;font-size:18px;padding-left:40px;margin-top:20px;position:relative;cursor:pointer;}
.radio-type2 label::before{content:'';width:30px;height:30px;border:1px solid #fff;border-radius:50%;position:absolute;left:0;top:-3px}
.radio-type2 label::after{display:none;content:'';width:13px;height:13px;border-radius:50%;background:#fff;position:absolute;left:10px;top:6px;}
.radio-type2 input[type="radio"]:checked + label::after{display:block;}

.dl-style1{}
.dl-style1 dt{clear:left;float:left;}
.dl-style1 dd{width:100%;}
.dl-style1 dd:after {content: "";display: table;clear: both;}


/* 멤버 */
.member {}
.member .tit2 {margin-top: 40px;color: #333;font-size: 22px;text-align: center;font-weight: 400;}
.member .signup,
.member .signin {margin: 0 auto;width: 400px;}
.member .signup .button-group,
.member .signin .button-group {margin-top: 30px;text-align: center;}
.member .signup .button-group .button,
.member .signin .button-group .button {display: block;width: 100%;line-height: 41px;font-size:15px;}
.member .signup .ment,
.member .signin .ment {margin-top: 25px;color: #999;font-size: 16px;font-weight: 400;}
.member .signup .ment a,
.member .signin .ment a {display: inline-block;margin-left: 5px;}
.member .signin .tab {margin: 20px 0;display: flex;}
.member .signin .tab a {display: inline-block;flex: 1;text-align: center;line-height: 40px;font-size: 16px;border: 1px solid #333;color: #333;}
.member .signin .tab a.active {color: #fff;background: #333;}
.member .signin .button-group .button + .button {margin-top: 10px;}
.member .signin .ment + .ment {margin-top: 10px;}
.member .signin .none-members {margin-top: 95px;}
.member .signin .none-members fieldset {margin-top: 20px;}
.member .signin .forgot-password {margin-top: 95px;}
.member .signin .in-members .form i {position: absolute;top: 10px;left: 0;font-size: 20px;}
.member .signin .in-members .form input[type="text"],
.member .signin .in-members .form input[type="password"] {padding: 0 40px;}
.member .signin .certification input[type="number"] {padding: 0 110px 0 10px;}
.member .signin .certification-button {position: absolute;top: -1px;right: 0;padding: 0 10px;line-height: 40px;font-size: 14px;border-radius: 0;}
.member .signup {width: 600px;}
.member .signup .radio-group {font-size: 0;padding-bottom: 5px;}
.member .signup .radio-group .radio-type1 {display: inline-block;margin: 0;width: 80px;}
.member .signup .radio-group .radio-type1 label {font-size: 13px;line-height: 35px;}
.member .signup .ios-chk {position: absolute;bottom: 5px;right: 0;}
.member .signup .ios-chk label {position: relative !important;top: inherit !important;left: inherit !important;font-size: 13px;}
.member .signup .birth input[type="number"] {padding: 0 210px 0 10px;}
.member .signup .birth .radio-group {padding: 0;position: absolute;top: 0;right: 0;}
.member .signup .name{position: relative;}
.member .signup .name input[type="text"]{padding: 0 90px 0 10px;}
.member .signup .name .button{position: absolute;top:0;right:0;width:80px;line-height: 35px;font-size:13px;border-radius: 0;}
.member .signup .terms-box{background: #f9f9f9;padding:30px;border:1px solid #e2e2e2;border-radius:10px;}
.member .signup .terms-box strong{display: block;margin-bottom:10px;font-size:17px;color:#202020;font-weight: 500;}
.member .signup .terms-box .chk-group + strong{margin-top:15px;}
.member .signup .terms-box .hgroup strong{display: inline-block;}
.member .signup .terms-box .hgroup .checkbox-type1{margin-left:15px;display: inline-block;border:0;}
.member .signup .terms-box .checkbox-type1{border-bottom:1px solid #e2e2e2;padding:10px 0;}
.member .signup .terms-box .checkbox-type1 label:before{background: #fff;}
.member .signup .terms-box .checkbox-type1 input[type="checkbox"]:checked +  label:before{background: #333;}
.member .signup .terms-box .inner-box .checkbox-type1{border:0;}
.member .signup .terms-box .inner-box .group{padding-left:30px;}
.member .signup .terms-box .inner-box .group .checkbox-type1{display: inline-block;padding:0;}
.member .signup .terms-box .inner-box .group .checkbox-type1 + .checkbox-type1{margin-left:60px;}
.member .signup .terms-box .inner-box p{position:relative;padding-left:20px;margin-top:10px;margin-left:37px;font-size:15px;color:#e9454c;font-weight: 500;}
.member .signup .terms-box .inner-box p:before{content: "";position:absolute;top:2px;left:0;display: inline-block;width:10px;height:10px;background: url(/_public/images/@draft/sp_ico.png) no-repeat;background-size: 500px;background-position: 0 0;}
.member .signup .button-group .button{display:inline-block;width:160px;font-size:15px;line-height: 41px;}
.member .signup-select{margin:0 auto;margin-top:40px;padding:90px;background: #f6f6f6;}
.member .signup-select .radio-group{font-size:0;text-align: center;}
.member .signup-select .member-radio{display:inline-block;margin:0 2%;width:300px;box-shadow: 3px 3px 5px rgba(0,0,0,0.1);border-radius: 10px;}
.member .signup-select .member-radio input[type="radio"] {display: inline-block;position: absolute;opacity: 0;}
.member .signup-select .member-radio label {position: relative !important;top: inherit !important;left: inherit !important;cursor: pointer;display: block;padding:30px 0;text-align: center;font-size: 16px;font-weight:500;border: 1px solid #e5e5e5;border-radius: 10px;background-color: #fff;}
.member .signup-select .member-radio label:before{content: "";width:110px;height:110px;display:block;margin:0 auto;margin-bottom:10px;}
.member .signup-select .member-radio input[type="radio"]:checked + label {border-color: #222; color:#222;}
.member .signup-select .member-radio.members_new label{border-color:#222;}
.member .signup-select .member-radio.members_new label:before{background: url("/_public/images/common/join_icon01.png") no-repeat;}
.member .signup-select .member-radio.members_new input[type="radio"]:checked + label{background:#222;borer-color:#222; color:#fff;}
.member .signup-select .member-radio.members_new input[type="radio"]:checked + label:before{background: url("/_public/images/common/join_icon01_active.png") no-repeat;}
.member .signup-select .member-radio.members_naver label{border-color:#2fb400;}
.member .signup-select .member-radio.members_naver label:before{background: url("/_public/images/common/join_icon02.png") no-repeat;}
.member .signup-select .member-radio.members_naver input[type="radio"]:checked + label{background:#2fb400;border-color:#2fb400; color:#fff;}
.member .signup-select .member-radio.members_naver input[type="radio"]:checked + label:before{background: url("/_public/images/common/join_icon02_active.png") no-repeat;}
.member .complete{margin: 0 auto;margin-top: 40px;padding:40px 90px;background: #f6f6f6;}
.member .complete .txt-box{margin:0 auto;max-width:500px;}
.member .complete .txt-box .icon{text-align: center;}
.member .complete .txt-box .tit{font-size:21px;margin-top:40px;text-align: center;}
.member .complete .txt-box .tit strong{font-weight:800;display: block;}
.member .complete .txt-box .tit span{display:inline-block;font-weight:700;}
.member .complete .txt-box .txt{margin-top:40px;font-size:18px;font-weight:400;color:#222;text-align: center;}
.member .complete .button-group{margin-top:80px;text-align: center;}
.member .complete .button-group .button{margin:0 5px;width:200px;display: inline-block;}


.faq-tab{display:flex;}
.faq-tab a{box-sizing: border-box;border:1px solid transparent;position:relative;flex:1;margin-left:-1px;display:inline-block;font-size:14px;color:#004d95;text-align: center;line-height: 40px;border-radius:50px;border:1px solid #004d95;margin-right:20px;}
.faq-tab a:last-child {margin-right:0;}
.faq-tab a:hover,
.faq-tab a.active{color:#fff;background:#004d95;}
.faq dl{margin-top: 40px;border-top: 2px solid #00afeb;}
.faq dl dt{position:relative;cursor: pointer;padding:0 95px 0  80px;font-size:14px;font-weight:400;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 80px;border-bottom: 1px solid #efefef;}
.faq dl dt span{float:right;}
.faq dl dt:before{content: "Q";position:absolute;top:20px;left:40px;color:#004d95;font-size:26px;font-weight:600;line-height: normal;display:inline-block;}
.faq dl dt:after{content: "";position: absolute;right: 40px;top: 34px;display: inline-block;width: 12px;height: 12px;background: url(/_public/images/@draft/sp_ico.png) no-repeat;background-size: 500px;background-position:0 -40px;}
.faq dl dd{position: relative;display: none;background: #fafafa;border-bottom: 1px solid #efefef;padding: 40px 40px 40px 80px;;font-size:14px;font-weight: 500;}
.faq dl dd strong{display:block;font-size:16px;margin-bottom: 20px;}
.faq dl dd:before{content: "A";position:absolute;top:30px;left:40px;color:#00afeb;font-size:26px;font-weight:600;line-height: normal;display:inline-block;}


.location{}
.location .map-box .kakaomap{}
.location .map-box .kakaomap .wrap_map{height: 800px !important;}
.location .map-info {display:flex;margin-top:30px;}
.location .map-info p {padding-left:20px;width:50%;font-weight:500;    font-size: 20px;}
.location .map-info p span {color:#333;font-weight:600;padding-right:30px;}
.location .map-info p span::before {content:"";display:block;width:5px;height:5px;position:relative;top:17px;left:-18px;background:#333;border-radius:100%;}


.form{}
.form .form-notice{font-size:16px; font-weight:400; text-align:right; color:#e32a2a; letter-spacing:-1px;}
.form dl{border-top:2px solid #222; margin-top:13px;}
.form dl dt{font-size:20px; font-weight:400; padding-top:30px; letter-spacing:-1px;}
.form dl dt span{margin-right:5px;}
.form dl dd{padding:20px 0 20px 20%; border-bottom:1px solid #e1e1e1;}
.form dl dd input[type="text"],
.form dl dd input[type="password"],
.form dl dd input[type="tel"]{width:55%; height:50px; border:1px solid #e1e1e1; padding-left:20px;}
.form dl dd input[type="text"].form-txt{height:300px; padding-left:20px; width:80%;}
.form dl dd input[type="text"].auto-text{display:inline-block; width:380px;}
.form dl dd input[type="placeholder"]{padding-left:20px; color:#999;}
.form dl dd textarea {width:80%;border:1px solid #e1e1e1; padding-left:20px; resize:none;height:300px;}
.form dl dd .auto{display:inline-block; vertical-align:middle; font-size:0; width:72px; height:30px; margin-bottom:10px; margin-right:10px;}
.form dl dd .auto img{width:100%;}
.form dl dd .secret-check{font-size:15px; cursor:pointer;}

.form  .button-box{text-align:center; font-size:0; margin-top:80px;}
.form  .button-box button{width:180px; height:60px; border:1px solid #e1e1e1; font-size:20px; font-weight:400; line-height:60px; text-align:center; letter-spacing:-1px;}
.form  .button-box button:first-child{background:#05407c; border:1px solid #05407c; color:#fff; margin-right:15px;}

.form .agree{margin-top:60px;}
.form .agree>p{font-size:20px; font-weight:400; letter-spacing:-1px;}
.form .agree>p span{margin-right:5px;}
.form .agree .agree-box{height:410px; padding:50px 40px 50px 0; margin-top:30px; background:#f4f7f9; overflow-y:auto;}
.form .agree .agree-box .agree-inner{height:100%; overflow-y:auto; padding:0 50px 0 50px;}
.form .agree .agree-box p{font-size:16px; font-weight:400; word-break:keep-all; margin-bottom:45px; line-height:1.7;}
.form .agree .agree-box p.agree-intro{}
.form .agree .agree-box h2{font-size:17px; font-weight:500; margin-bottom:15px;}
.form .agree .agree-check{display:block; margin-top:20px; text-align:right;}
.form .agree .agree-check input[type="radio"]{position:absolute; opacity:0;}
.form .agree .agree-check label{font-size:18px; font-weight:400; color:#222; position:relative; padding-left:34px; cursor:pointer; margin-left:20px;}
.form .agree .agree-check label::before{content:''; width:24px; height:24px; border-radius:50%; border:1px solid #acacac; position:absolute; left:0; top:2px;}
.form .agree .agree-check label::after{display:none; content:''; width:10px; height:10px; border-radius:50%; background:#05407c; position:absolute; top:10px; left:8px;}
.form .agree .agree-check [type="radio"]:checked + label::before{border-color:#05407c;}
.form .agree .agree-check [type="radio"]:checked + label::after{display:inline-block;}


.form2{}
.form2 .hgroup .sub-txt br{display:none;}
.form2 .checkbox-type2 label::before,
.form2 .radio-type2 label::before{border:1px solid #222;}
.form2 .checkbox-type2 label::after,
.form2 .radio-type2 label::after{background:#222;}
.form2 .checkbox-type2 label .private-open{color:#aaa;}
.form2 section{margin-top:80px;}
.form2 .form-group{font-size:0;}
.form2 .form-group + .form-group{margin-top:40px;}
.form2 .form-group .form-box{}
.form2 .form-group .form-box + .form-box{margin-top:20px;}
.form2 .form-group .form-box.flex{display:flex;}
.form2 .form-group .form-box.flex > div{flex:1;}
.form2 .form-group .form-box.flex > div + div{margin-left:20px;}
.form2 .form-group .form-box.select{margin-top:20px;}
.form2 .form-group .form-box.select .field{display:inline-block;vertical-align:top;margin-right:20px;}
.form2 .form-group .form-box .field{border:1px solid #222;}
.form2 .form-group .form-box .field input[type="text"],
.form2 .form-group .form-box .field input[type="tel"],
.form2 .form-group .form-box .field input[type="email"],
.form2 .form-group .form-box .field input[type="date"],
.form2 .form-group .form-box .field select{width:100%;height:50px;padding:0 20px;font-size:18px;color:#222;}
.form2 .form-group .form-box .field input[type="text"]::placeholder,
.form2 .form-group .form-box .field input[type="tel"]::placeholder,
.form2 .form-group .form-box .field input[type="email"]::placeholder,
.form2 .form-group .form-box .field input[type="date"]::placeholder{color:#aaa;}
.form2 .form-group .form-box .field #datepicker2{background: url('/_public/images/@draft/calendar_icon.png') no-repeat 95% 50%;}
.form2 .form-group .form-box .field select{width:260px;}
.form2 .form-group .form-box .field #tel_time{background:url('/_public/images/@draft/select_icon.png') no-repeat 95% 50%;}
.form2 .form-group .form-box .field textarea{width:100%;height:150px;background:transparent;resize:none;border:0;padding:20px;font-size:18px;color:#222;}
.form2 .form-group .form-box .field textarea::placeholder{color:#aaa;}
.form2 .filebox{font-size:0;}
.form2 .filebox label{border-radius:0;line-height: 48px;margin:0;padding:0;text-align: center;}
.form2 .filebox .filebox-tit{background:#222;color:#fff;font-weight:500;}
.form2 .filebox .upload-name{color:#222;border-radius: 0;width:calc(100% - 160px);height: 50px;}
.form2 .filebox .upload-name::placeholder{color:#aaa;}
.form2 .form-group + .checkbox-type2{margin-top:40px;}
.form2 .form-group p{font-size:20px;font-weight:600;}
.form2 .button-box{margin-top:40px;text-align: center;}
.form2 .button-box button{display: inline-block;width:160px;line-height: 50px;background: #222;color:#fff;font-size:16px;}


header{position:fixed;top:0;left:0;width:100%;z-index: 100;border-bottom:1px solid #c5c5c5;}
header .layout{display: flex;justify-content: space-between;align-items:center;}
header .logo{display: inline-block;width:181px;height: 36px;background: url(/_public/images/common/logo.png) no-repeat;background-size: cover;}
header .gnb{position:relative;display: inline-block;padding-right: 285px;width: calc(100% - 215px);}
header .gnb ul{display: flex;position: relative;}
header .gnb ul li{flex:1;padding-left:90px;cursor: pointer;}
header .gnb ul li > a{position:relative;line-height: 80px;display: block;font-size:16px;color:#d0d3db;text-align: right;font-weight:500;}
header .gnb ul li > a:before{content: "";position:absolute;left:0;bottom:0;display:none;width:100%;height: 3px;background: #00afeb;;}
header .gnb ul li:hover > a{color:#00afeb;}
header .gnb ul li:hover > a:before{display: inline-block;}
header .gnb ul li .dropdown{display:none;position: absolute;z-index: 10;}
header .gnb ul li .dropdown a{display:inline-block;font-size:16px;color:#91959e;margin-left:60px;line-height: 65px;}
header .gnb ul li .dropdown a:first-child{margin-left:0;}
header .gnb ul li .dropdown a:hover{color:#d0d3db;}
header .gnb ul li:last-child .dropdown{margin-left:0;right:0;}
header .gnb .link-button{position: absolute;top: 19px;right: 0;display: inline-block;width: 218px;line-height: 40px;border: 1px solid #d0d3db;border-radius: 25px;color: #d0d3db;text-align: center;font-size: 16px;}
header .gnb-bg{display:none;position:absolute;left:0;width:100%;height: 65px;background: #222c33;}
header.on{background: #fff;border-bottom:0;}
header.on .logo{background: url(/_public/images/common/logo_on.png) no-repeat;background-size: cover;}
header.on .gnb ul li > a{color:#222;}
header.on .gnb ul li:hover > a{color:#00afeb;}
header.on .gnb .link-button{color:#222;border-color: #222;}
header.fixed{background: #fff;}
header.fixed .logo{background: url(/_public/images/common/logo_on.png) no-repeat;background-size: cover;}
header.fixed .gnb ul li > a{color:#222;}
header.fixed .gnb ul li:hover > a{color:#00afeb;}
header.fixed .nav-icon span{background: #004d95;}
header.fixed .gnb .link-button{color:#222;border-color: #222;}
header.on .gnb .link-button:hover, header.fixed .gnb .link-button:hover {color:#fff;background:#004d95;border-color:#004d95;}

header .nav-icon {position: absolute;top:25px;right:20px;display:none;width:30px;height:25px;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: 0.5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;cursor: pointer;z-index: 1000;}
header .nav-icon span {display: block;position: absolute;width: 100%;height:3px;background: #fff;opacity: 0.9;left:0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: 0.25s ease-in-out;-moz-transition: 0.25s ease-in-out;-o-transition: 0.25s ease-in-out;transition: 0.25s ease-in-out;border-radius: 15px;}
header .nav-icon span:nth-child(1) {top: 0;}
header .nav-icon span:nth-child(2),
header .nav-icon span:nth-child(3) {top: 50%;margin-top: -1.5px;}
header .nav-icon span:nth-child(4) {bottom: 0;}
header .nav-icon.open {position:fixed;z-index: 9999;}
header .nav-icon.open span {background: #004d95;}
header .nav-icon.open span:nth-child(1) {top:0;width:0;display: none;}
header .nav-icon.open span:nth-child(2),
header .nav-icon.open span:nth-child(3) {width:100%;}
header .nav-icon.open span:nth-child(2) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
header .nav-icon.open span:nth-child(3) {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
header .nav-icon.open span:nth-child(4) {top: 18px;left: 50%;width: 0%;}


footer{background: #222c33;}
footer .footer-top{padding:40px 0;}
footer .footer-top .layout{display: flex;}
footer .footer-top .sitemap{width:60%;}
footer .footer-top .sitemap h3{font-size:18px;color:#d0d3db;font-family: 'Montserrat';}
footer .footer-top .sitemap .list-wrap{margin-top:22px;display: flex;}
footer .footer-top .sitemap .list-wrap .list{flex:1;}
footer .footer-top .sitemap .list-wrap .list strong{display: block;color:#d0d3db;font-size:16px;}
footer .footer-top .sitemap .list-wrap .list strong a{display: block;color:#d0d3db;font-size:16px;}
footer .footer-top .sitemap .list-wrap .list > a{display: block;color:#91959e;font-size:16px;margin-top:12px;}
footer .footer-top .info{margin-left: 8%;}
footer .footer-top .info h3{font-size:18px;color:#d0d3db;font-family: 'Montserrat';}
footer .footer-top .info p{font-size:16px;color:#91959e;margin-top: 22px;}
footer .footer-top .info p + p{margin-top: 12px;}
footer .footer-top .info p strong{display:inline-block;color:#d0d3db;}
footer .footer-bottom{border-top:1px solid #91959e;padding:20px 0;text-align: center;}
footer .footer-bottom p{font-size:15px;color:#d0d3db;}
footer .footer-bottom p span{display: inline-block;margin-left:40px;}

#main{padding-bottom: 80px;}
#main .hgroup{text-align: center;}
#main .hgroup p{font-size:20px;color:#004d95;font-weight:500;}
#main .hgroup h3{margin-top:8px;font-size:42px;color:#222;font-family: 'Montserrat';}
#main .slide-box{position:relative;}
#main .slide-box i{position:absolute;left:50%;transform: translateX(-50%);bottom:40px;}
#main .slide-box .main-slide{position:relative;}
#main .slide-box .main-slide .slick-slide{position: relative;}
#main .slide-box .main-slide .slick-slide a{display:block;padding-top:51%;}
#main .slide-box .main-slide .item01 a{background: url(/_public/images/main/main_visual01.png) 50% 50% no-repeat;background-size: cover;}
#main .slide-box .main-slide .item02 a{background: url(/_public/images/main/main_visual02.png) 50% 50% no-repeat;background-size: cover;}
#main .slide-box .main-slide .item03 a{background: url(/_public/images/main/main_visual03.png) 50% 50% no-repeat;background-size: cover;}
#main .slide-box .main-slide .slick-dots{position: absolute;left:16%;bottom: 18%;}
#main .slide-box .main-slide .slick-dots li{display: inline-block;width:16px;height: 16px;margin:0 10px;}
#main .slide-box .main-slide .slick-dots li button{display: block;width:100%;height: 100%;background: #fff;border-radius: 100%;font-size:0;}
#main .slide-box .main-slide .slick-dots li.slick-active{width:48px;}
#main .slide-box .main-slide .slick-dots li.slick-active button{background: #00afeb;border-radius: 15px;}
#main .main-charger{padding-top:80px;}
#main .main-charger .list{margin-top:40px;display: flex;padding:0 45px;}
#main .main-charger .list > div{flex:1;margin-left:40px;}
#main .main-charger .list > div:first-child{margin-left:0;}
#main .main-charger .list > div figure{position:relative;padding-top: 130%;max-height:480px;border-radius: 20px;box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.12);border: solid 1px #efefef;background-color: #fff;}
#main .main-charger .list > div figure img{position: absolute;top:0;left:0;right:0;bottom:0;margin:auto;}
#main .main-charger .list > div .txt-box{text-align: center;margin-top:30px;}
#main .main-charger .list > div .txt-box h4{font-size:20px;color:#222;}
#main .main-charger .list > div .txt-box p{margin-top:5px;font-size:16px;color:#00afeb;}
#main .main-charger .list > div .txt-box a{margin-top:20px;display: inline-block;width:178px;line-height: 42px;border:1px solid #707070;color:#707070;font-size:16px;border-radius: 22px;}
#main .main-charger .list > div .txt-box a:hover {color:#fff;background:#004d95;border:1px solid #004d95;}

#main .main-charger .slide-wrap{position:relative;margin-top:40px;padding:0 45px;}
#main .main-charger .charger-slide{}
#main .main-charger .charger-slide .slick-slide{flex:1;margin:0 20px;}
#main .main-charger .charger-slide .slick-slide figure{position:relative;padding-top: 130%;max-height:480px;border-radius: 20px;box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.12);border: solid 1px #efefef;background-color: #fff;}
#main .main-charger .charger-slide .slick-slide figure img{position: absolute;top:0;left:0;right:0;bottom:0;margin:auto;}
#main .main-charger .charger-slide .slick-slide .txt-box{text-align: center;margin-top:30px;}
#main .main-charger .charger-slide .slick-slide .txt-box h4{font-size:20px;color:#222;}
#main .main-charger .charger-slide .slick-slide .txt-box p{margin-top:5px;font-size:16px;color:#00afeb;}
#main .main-charger .charger-slide .slick-slide .txt-box a{margin-top:20px;display: inline-block;width:178px;line-height: 42px;border:1px solid #707070;color:#707070;font-size:16px;border-radius: 22px;}
#main .main-charger .charger-slide .slick-slide .txt-box a:hover {color:#fff;background:#004d95;border:1px solid #004d95;}
#main .main-charger .slide-wrap .slick-arrow{position: absolute;top:38%;transform:translateY(-50%);width:78px;height:78px;z-index: 10;font-size:0;}
#main .main-charger .slide-wrap .slick-prev{left:-78px;background: url(/_public/images/common/target_left.svg) no-repeat;background-size: cover;}
#main .main-charger .slide-wrap .slick-next{right:-78px;background: url(/_public/images/common/target_right.svg) no-repeat;background-size: cover;}


#main .main-service{padding-top:80px;}
#main .main-service .list{margin-top:40px;display: flex;}
#main .main-service .list > div{flex:1;border-radius: 20px;box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.12);background-color: #eff1f6;margin-left: 40px;padding:40px;}
#main .main-service .list > div:first-child{margin-left:0;}
#main .main-service .list > div a{display: block;position:relative;padding-top: 68%;}
#main .main-service .list > div figure{position:absolute;top:0;width:100%;text-align: center;}
#main .main-service .list > div .txt-box{}
#main .main-service .list > div .txt-box h4{font-size:24px;}
#main .main-service .list > div .txt-box p{font-size: 16px;margin-top:20px;word-break: keep-all;}
#main .main-service .list > div:nth-child(1) figure{top:-40px;}
#main .main-service .list > div:nth-child(1) .txt-box h4 span{display: inline-block;color:#00afeb;}
#main .main-service .list > div:nth-child(2) .txt-box h4 span{display: inline-block;color:#85a5ef;}
#main .main-service .list > div:nth-child(3) .txt-box h4 span{display: inline-block;color:#a29cef;}

.page-tit{position:relative;font-size:32px;color:#222;}
.page-tit:after{content: "";display: inline-block;width:4px;height: 4px;border-radius: 100%;border:4px solid #00afeb;position: absolute;top: -3px;}
.visual{position:relative;height: 360px;}
.visual.sub01{background: url(/_public/images/contents/visual01.png) 50% 50% no-repeat;background-size: cover;}
.visual.sub02{background: url(/_public/images/contents/visual02.png) 50% 50% no-repeat;background-size: cover;}
.visual.sub03{background: url(/_public/images/contents/visual03.png) 50% 50% no-repeat;background-size: cover;}
.visual.sub04{background: url(/_public/images/contents/visual04.png) 50% 50% no-repeat;background-size: cover;}
.visual.sub05{background: url(/_public/images/contents/visual05.png) 50% 50% no-repeat;background-size: cover;}
.visual h3{text-align: center;width:100%;position: absolute;top:67%;transform: translateY(-50%);font-size:40px;color:#fff;}

.tab{font-size:0;text-align: center;}
.tab a{display: inline-block;width:320px;line-height: 65px;text-align: center;border-radius: 35px;border:1px solid #004d95;color:#004d95;font-size:20px;}
.tab a + a{margin-left:20px;}
.tab a:hover,
.tab a.on{background: #004d95;color:#fff;}

/*contents 공통*/
.contents{padding:70px 0 80px;}
.contents table thead th {font-size:17px;font-weight:600;background:#eaedf5;border-top:2px solid #004d95;border-right:1px solid #d0d3db;border-bottom:1px solid #91959e;padding:15px 20px;}
.contents table thead .bb1 {border-bottom:1px solid #d0d3db;}
.contents table tbody th {font-size:17px;font-weight:600;background:#f8fafc;padding:12px 20px;border-bottom:1px solid #d0d3db;border-right:1px solid #d0d3db;}
.contents table tbody td {font-size:16px;padding:12px 0;border-bottom:1px solid #d0d3db;border-right:1px solid #d0d3db;padding:12px 20px;}
.contents table thead .bt0 {border-top:none;}
.contents table thead .br0,
.contents table tbody .br0 {border-right:none;}
.contents table tbody tr:last-child th,
.contents table tbody .bb2,
.contents table tbody tr:last-child td {border-bottom:1px solid #91959e;}
.contents ul.caption {margin-top:20px;}
.contents ul.caption li {font-size:16px;position:relative;padding-left:15px;margin-bottom:10px;}
.contents ul.caption li:last-child {margin-bottom:0;}
.contents ul.caption li::before {content:"";display:inline-block;width:5px;height:5px;border-radius:100%;background:#004d95;position:absolute;top:9px;left:0;}


/*company*/
.company{}
.company .introduce{margin-top:70px;}
.company .introduce .flex-box{display: flex;margin-top:40px;}
.company .introduce .flex-box + .page-tit{margin-top:70px;}
.company .introduce .flex-box .txt-box{max-width:346px;width:28%;}
.company .introduce .flex-box .txt-box h4{position:relative;padding-bottom: 20px;font-size:24px;color:#222;font-weight:500;}
.company .introduce .flex-box .txt-box h4:after{content: "";position:absolute;left:0;bottom:0;display: inline-block;width:42px;height: 3px;background: #004d95;}
.company .introduce .flex-box .txt-box p{position:relative;font-size:16px;word-break: keep-all;padding-bottom: 30px;}
.company .introduce .flex-box .txt-box p span{display: inline-block;color:#00afeb;}
.company .introduce .flex-box .txt-box p:after{content: "";position:absolute;left:0;bottom:0;display: inline-block;width:42px;height: 3px;background: #004d95;}
.company .introduce .flex-box .txt-box .txt{margin-top:20px;padding-bottom:0;}
.company .introduce .flex-box .txt-box .txt:after{display: none;}
.company .introduce .flex-box .txt-box dl{margin-top:30px;}
.company .introduce .flex-box .txt-box dl dt{font-size:16px;color:#004d95;width:110px;font-weight:500;}
.company .introduce .flex-box .txt-box dl dd{padding:0 0 20px 110px;font-size:16px;color:#222;}
.company .introduce .flex-box .txt-box .list{margin-top:60px;}
.company .introduce .flex-box .txt-box .list strong{display: block;position:relative;font-size:18px;color:#00afeb;font-weight: 500;padding-left: 10px;}
.company .introduce .flex-box .txt-box .list strong:before{content: "";display: inline-block;width:4px;height: 4px;border-radius: 100%;position:absolute;top:10px;left:0;background: #00afeb}
.company .introduce .flex-box .txt-box .list ul{margin-top:10px;}
.company .introduce .flex-box .txt-box .list ul li{font-size:16px;color:#222;position:relative;margin-top:5px;padding-left: 35px;}
.company .introduce .flex-box .txt-box .list ul li:first-child{margin-top:0;}
.company .introduce .flex-box .txt-box .list ul li em{font-weight:500;position:absolute;left:0;}
.company .introduce .flex-box .img-box{margin-left:38px;max-width:896px;width:70%;}
.company .introduce .flex-box .table-box{margin-left:38px;max-width:896px;width:70%;}
.company .introduce .flex-box .table-box table{table-layout: fixed;border-top:2px solid #004d95;border-bottom:1px solid #91959e;}
.company .introduce .flex-box .table-box table thead tr th{font-size:17px;color:#222;background: #eaedf5;padding:15px;border-bottom:2px solid #91959e;}
.company .introduce .flex-box .table-box table tbody tr th{background:#f8fafc;padding:15px;font-size: 17px;color:#222;border-bottom:1px solid #d0d3db;border-right:1px solid #d0d3db;text-align:left;}
.company .introduce .flex-box .table-box table tbody tr th:first-child{border-left:0;}
.company .introduce .flex-box .table-box table tbody tr td{padding:15px;border-bottom:1px solid #d0d3db;font-size:16px;color:#222;font-weight:500;}
.company .introduce .flex-box .table-box table tbody tr td p{}
.company .introduce .flex-box .table-box table tbody tr td p span{display:inline-block;color:#91959e;}
.company .introduce table thead th, .company .introduce table td {border-right:none;}
.company .introduce table thead th em {display:block;font-weight:500;font-size:15px;color:#606060;}
.company .introduce table tbody th span {position:relative;}
.company .introduce table tbody th span:before {content:"";display:/*inline-block*/none;width:5px;height:5px;border-radius:100%;background:#00afeb;position:absolute;top:0;left:-5px;}

.company .certification {margin-top:70px;}
.company .certification .contents-wrap {margin-top:40px;}
.company .certification .cer-box {text-align:center;display:inline-block;width:33%;margin-bottom:60px;margin-right:0.2%;}
.company .certification .cer-box.mr0 {margin-right:0;}
.company .certification .cer-box.mb0 {margin-bottom:0;}
.company .certification .cer-box > p {font-size:21px;font-weight:500;}
.company .certification .cer-img img {display:block;}


/*product*/
.product .product {margin-top:60px;}
.product .product section {margin-top:30px;padding-bottom:30px;border-bottom:1px solid #d0d3db;}
.product .product section.mt40 {margin-top:40px;}
.product .product section.bb0 {border-bottom:none;}

.product .product .pdbox { margin-bottom: 60px; border-bottom: 1px solid #ddd; padding-bottom: 60px}
.product .product .top-box {display:flex;justify-content:space-between;margin-bottom:40px;}
.product .product .top-box .left-box {max-width: 380px;width: 44%;}
.product .product .top-box .left-box h4 {font-size:24px;margin-bottom:10px;}
.product .product .top-box .left-box p {font-size:18px;font-weight:500;color:#91959e;display:block;margin-bottom:20px;}
.product .product .top-box .left-box span {font-size:16px;font-weight:500;color:#00afeb;display:block;}
.product .product .top-box .right-box {margin-left: 38px;max-width: 896px;width: 45%;}
.product .product .top-box .right-box ul li {font-size:16px;position:relative;padding-left:17px;margin-bottom:10px;}
.product .product .top-box .right-box ul li::before {content:"";display:block;width:7px;height:7px;border-radius:100%;background:#004d95;position:absolute;top:9px;left:0;}
.product .product .top-box .right-box ul li:last-child {margin-bottom:0;}
.product .product .bottom-box {display:flex;gap:40px;}
.product .product .bottom-box .img-box {flex:1;max-width:50%;}
.product .product .bottom-box .img-box .gallery{display: flex;}
.product .product .bottom-box .img-box .gallery .slider-nav{display:block;max-width:100px;width:100%;}
.product .product .bottom-box .img-box .gallery .slider-nav .slick-slide{position:relative;margin:10px 0;border: solid 1px #d0d3db;background-color: #fff;border-radius: 20px;text-align: center;cursor: pointer;display: flex;align-items: center;justify-content: center;padding:10px;}
.product .product .bottom-box .img-box .gallery .slider-nav .slick-slide img{display: block;width:100%;}
.product .product .bottom-box .img-box .gallery .slider-for{margin-left:20px;width:520px;max-width:calc(100% - 120px);display: inline-block; border-radius: 20px;box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.12);border: solid 1px #d0d3db;background-color: #fff;}
.product .product .bottom-box .img-box .gallery .slider-for .slick-slide{position:relative;display: flex;align-items: center;justify-content: center;height:600px;}
.product .product .bottom-box .img-box .gallery .slider-for .slick-slide img{position:absolute;top:0;lefT:0;right:0;bottom:0;margin:auto;}
.product .product .bottom-box .select-box {max-width:100px;width:15%;}
.product .product .bottom-box .select-box .select {width:100%;height:100px;border-radius:20px;border:1px solid #d0d3db;margin-bottom:20px;padding:10px 20px;}
.product .product .bottom-box .active-one {max-width:520px;width:85%;height:665px;border-radius:20px;border:1px solid #d0d3db;box-shadow:4px 4px 8px rgba(0,0,0,0.12);padding:100px;position:relative;}
.product .product .bottom-box .active-one .slide-dot {display:none;}
.product .product .bottom-box .tbl-box {flex:1;max-width:50%;}
.product .product .bottom-box .tbl-box table th {background:#eaedf5;}
.product .product .bottom-box .tbl-box table td {border-right:none;word-break: keep-all;}
.product .product .bottom-box .tbl-box table tr:first-child th,
.product .product .bottom-box .tbl-box table tr:first-child td {border-top:2px solid #004d95;}
.product .product .bottom-box .tbl-box .br1 { border-right: 1px solid #ddd; color: #2b4280;}
.product .product .option {margin-top:40px;display:flex;justify-content: space-between;}
.product .product .option .option-box {width:23%;}
.product .product .option .option-box .option-img {max-width:290px;height:290px;border-radius:20px;border:1px solid #d0d3db;box-shadow:4px 4px 8px rgba(0,0,0,0.12);padding:40px;}
.product .product .option .option-box p {font-size:20px;font-weight:600;text-align:center;margin-top:25px;}

.product .product .narajangteo {width:100%;margin-top: 30px;padding:25px 30px;border-radius:20px;background:#f5f5f5;}
.product .product .narajangteo img {display:block;max-height:35px;}
.product .product .narajangteo ul {margin-top:5px;}
.product .product .narajangteo ul li {font-size:16px;font-weight:500;color:#454545;}
.product .product .narajangteo ul li + li {margin-top:5px;}
.product .product .narajangteo ul li span {color:#083f91;display:inline-block;margin-right:5px;}
.product .product-tab{margin-top:40px;display:flex;justify-content:space-between;border-radius: 38px;background-color: #f8fafc;padding:10px;}
.product .product-tab button{font-family: 'Noto Sans KR', sans-serif;flex:1;max-width: 236px;height:50px;border-radius: 28px;border: solid 1px transparent;font-size: 18px;font-weight: 500;color: #91959e;}
.product .product-tab button:hover{border-color:#00afeb;background-color: #fff;color:#00afeb;font-weight: bold;}




.product .application {}
.product .application .app-banner {background:url(/_public/images/contents/application_banner01.png) 50% 0% no-repeat;background-size:cover;text-align:center;padding: 70px 0;margin:70px 0;}
.product .application .app-banner p {font-size: 24px;font-weight: 600;margin-top: 30px;}
.product .application .app-banner p span {display: block;font-size: 16px;font-weight: 400;color: #91959e;margin-top: 10px;}
.product .application .app-banner a {display: inline-block;padding: 10px 52px;font-size: 16px;font-weight: 500;color: #004d95;border: 1px solid #004d95;border-radius: 25px;margin-top: 50px;}
.product .application .app-banner a:hover {background:#004d95;color:#fff;}
.product .application .flex-box {display:flex;margin:40px 0 70px;}
.product .application .flex-box ul {max-width: 346px;width: 28%;}
.product .application .flex-box ul li {font-size:16px;padding-left:15px;margin-bottom:20px;position:relative;}
.product .application .flex-box ul li::before {content:"";display:block;position:absolute;top:9px;left:0;width:5px;height:5px;border-radius:100%;background:#004d95;}
.product .application .flex-box .img-box {margin-left: 38px;max-width: 896px;width: 70%;}
.product .application .service-wrap {margin: 40px 0 70px;display: flex;justify-content: space-between;}
.product .application .service-wrap .ser-box {max-width: 620px;width:50%;padding: 40px;border-radius: 20px;border: 1px solid #d0d3db;box-shadow: 4px 4px 8px rgb(0 0 0 / 12%);}
.product .application .service-wrap .ser-box1 {background:url(/_public/images/contents/application_img02.png) 92% 50% no-repeat #f5f7fb;}
.product .application .service-wrap .ser-box2 {background:url(/_public/images/contents/application_img03.png) 92% 50% no-repeat #f5f7fb;}
.product .application .service-wrap .ser-box h4 {font-size: 24px;font-weight: 600;margin-bottom: 40px;}
.product .application .service-wrap .ser-box h4 .color-blue {color:#004d95;}
.product .application .service-wrap .ser-box p {font-size:16px;}
.product .application .step-wrap {display: flex;justify-content: space-between;margin-top:40px;}
.product .application .step-wrap .step-box {max-width: 290px;border: 1px solid #ccc;border-radius: 20px;padding: 40px;text-align: center;position: relative;box-shadow: 4px 4px 8px rgb(0 0 0 / 12%);flex: 1;}
.product .application .step-wrap .step-box .step {position: absolute;display: inline-block;top: 0;left: 0;padding:20px 10px;border-radius: 20px 0 20px 0;font-family: 'Montserrat';font-weight: 600;font-size: 14px;color: #fff;}
.product .application .step-wrap .step-box .step1 {background:#004d95;}
.product .application .step-wrap .step-box .step2 {background:#00afeb;}
.product .application .step-wrap .step-box h4 {font-size: 24px;font-weight: 600;color: #004d95;}
.product .application .step-wrap .step-box img {display:inline-block;margin:20px 0;}
.product .application .step-wrap .step-box p {font-size: 16px;}
.product .application .step-wrap .step-box p span {display:block;font-size: 14px;color: #91959e;margin-top:5px}

.product .install {margin-top:70px;}
.product .install .step-wrap {display: flex;justify-content: space-between;padding:40px 0 70px;vertical-align:top;}
.product .install .step-wrap .step {width: 180px;height: 180px;border-radius: 100%;border: 1px dashed #91959e;text-align:center;position:relative;}
.product .install .step-wrap .step1::before {content:"";display:block;width:8px;height:8px;border-radius:100%;background:#004d95;position:absolute;top:-4px;left:85px;}
.product .install .step-wrap .step1::after {content:"";display:block;width:310px;height:1px;background:#d0d3db;position:absolute;top:85px;left:140px;z-index:-10;}
.product .install .step-wrap .step2::before {content:"";display:block;width:8px;height:8px;border-radius:100%;background:#004d95;position:absolute;top:32px;left:13px;}
.product .install .step-wrap .step3::before {content:"";display:block;width:8px;height:8px;border-radius:100%;background:#004d95;position:absolute;top:126px;left:5px;}
.product .install .step-wrap .step3::after {content:"";display:block;width:310px;height:1px;background:#d0d3db;position:absolute;top:85px;left:140px;z-index:-10;}
.product .install .step-wrap .step4::before {content:"";display:block;width:8px;height:8px;border-radius:100%;background:#004d95;position:absolute;top:175px;left:85px;}
.product .install .step-wrap .step5::before {content:"";display:block;width:8px;height:8px;border-radius:100%;background:#004d95;position:absolute;top:126px;left:165px;}
.product .install .step-wrap .step5::after {content:"";display:block;width:100px;height:1px;background:#d0d3db;position:absolute;top:85px;left:140px;z-index:-10;}
.product .install .step-wrap .step6::before {content:"";display:block;width:8px;height:8px;border-radius:100%;background:#004d95;position:absolute;top:32px;left:157px;}
.product .install .step-wrap .step .circle {width:160px;height:160px;border:1px solid #91959e;border-radius:100%;position:absolute;top:9px;left:9px;padding:20px;background:#fff;}
.product .install .step-wrap .step span {display:block;font-size:16px;font-weight:600;color:#004d95;margin-bottom:15px;}
.product .install .step-wrap .step img {display:inline-block;margin-bottom:10px;}
.product .install .step-wrap .step p {font-size:20px;font-weight:600;}
.product .install .install-txt {font-size:16px;font-weight:500;color:#91959e;padding-top:20px;}
.product .install .install-txt span {color:#004d95;position:relative;display:block;margin-top:10px;padding-left:15px;}
.product .install .install-txt span::before {content:"";display:inline-block;width:5px;height:5px;border-radius:100%;background:#004d95;position:absolute;top:9px;left:0;}
.product .install table td {text-align:center;}
.product .install section {margin-top:70px;}
.product .install section h4 {font-size:24px;margin-bottom:20px;}
.product .install section .m-caution {display:none;}

/*membership*/
.membership .resistration {}
.membership .resistration ul {margin-bottom:40px;}
.membership .resistration ul li {font-size:16px;margin-bottom:10px;position:relative;padding-left:17px;}
.membership .resistration ul li::before {content:"";display:inline-block;width:7px;height:7px;border-radius:100%;background:#004d95;position:absolute;top:9px;left:0;}
.membership .resistration .flex-box {display:flex;justify-content:space-between;margin:40px 0 70px;}
.membership .resistration .flex-box .img-box {max-width: 346px;width: 28%;}
.membership .resistration .flex-box .txt-box {margin-left: 38px;max-width: 896px;width: 70%;}
.membership .resistration .flex-box .txt-box a {display:inline-block;padding:10px 52px;border-radius:50px;border:1px solid #004d95;font-size: 16px;font-weight: 500;color:#004d95;}
.membership .resistration .flex-box .txt-box a:hover {color:#fff;background:#004d95;}
.membership .resistration section {margin-top:40px}
.membership .resistration section .qr-box {display:inline-block;width:48%;border-radius:20px;border:1px solid #d0d3db;box-shadow:4px 4px 8px rgba(0,0,0,0.12);padding:40px;min-height:160px;position:relative;vertical-align:top;}
.membership .resistration section .googleplay {margin-right:3%;}
.membership .resistration section .qr-box img {position:absolute;transform:translateY(-50%);}
.membership .resistration section .qr-box img:nth-child(1) {top:50%;left:40px;}
.membership .resistration section .qr-box img:nth-child(2) {top:50%;right:40px;}

/* tablet */

@media all and (max-width:1280px) {
  header .gnb {}
  header .gnb ul li {flex:none;padding-left:60px;}
  header .gnb .link-button {width:185px;font-size:14px;}
}

@media all and (max-width:1024px) {
    .layout{padding:0 20px;}

    .visual{height: auto;padding-top: 59%;}
    .visual.sub01{background: url(/_public/images/contents/m_visual01.png) 50% 50% no-repeat;background-size: cover;}
    .visual.sub02{background: url(/_public/images/contents/m_visual02.png) 50% 50% no-repeat;background-size: cover;}
    .visual.sub03{background: url(/_public/images/contents/m_visual03.png) 50% 50% no-repeat;background-size: cover;}
    .visual.sub04{background: url(/_public/images/contents/m_visual04.png) 50% 50% no-repeat;background-size: cover;}
    .visual.sub05{background: url(/_public/images/contents/m_visual05.png) 50% 50% no-repeat;background-size: cover;}

    header{padding:20px;}
    header .gnb{padding-right:0;position: fixed;top:0;right:-80%;width:80%;height: 100%;background: #fff;padding-top:77px;z-index:1000;-webkit-transition: 0.3s ease-in-out;-moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
    header .gnb.active{right:0;}
    header .gnb ul{display: block;max-height: calc(100% - 77px);overflow-y: auto;}
    header .gnb ul li{display: block;padding:0;border-bottom:1px solid #c5c5c5;}
    header .gnb ul li > a{display: block;color:#222;text-align: left;padding:0 40px;position: relative;font-size:22px;}
    header .gnb ul li.level1 > a:after{content: "";position:absolute;top:31px;right:40px;display: inline-block;width:20px;height: 20px;background: url(/_public/images/common/plus.png) no-repeat;background-size: cover;}
    header .gnb ul li.level1 > a.on:after{top:40px;width:20px;height:4px;background: url(/_public/images/common/opened.png) no-repeat;background-size: cover;}
    header .gnb ul li a:before{display: none;}
    header .gnb ul li:hover > a:before{display: none;}
    header .gnb ul li .dropdown{position: relative;background: #eff1f6;border-top:1px solid #c5c5c5;padding: 20px 40px;}
    header .gnb ul li .dropdown a{display: block;font-size:20px;margin-left:0;color:#222;line-height: 55px;}
    header .gnb .link-button{display:block;position: relative;width:90%;margin:40px auto 0;top:inherit;right:inherit;border-color: #004d95;color:#fff;background: #004d95;}
    header .nav-icon{display: inline-block;}
    header.fixed .gnb .link-button{color:#fff;border-color: #004d95;}

    footer .footer-top{padding:20px;}
    footer .footer-top .layout{display:block;}
    footer .footer-top .sitemap{display: none;}
    footer .footer-top .info{margin:0;text-align: center;}
    footer .footer-bottom p span{display: none;}

    #main .slide-box .main-slide .slick-dots{left:2%;}
    #main .slide-box .main-slide .slick-slide a{padding-top: 157%;}
    #main .slide-box .main-slide .item01 a{background: url(/_public/images/main/m_main_visual01.png) 50% 50% no-repeat;background-size: cover;}
    #main .slide-box .main-slide .item02 a{background: url(/_public/images/main/m_main_visual02.png) 50% 50% no-repeat;background-size: cover;}
    #main .slide-box .main-slide .item03 a{background: url(/_public/images/main/m_main_visual03.png) 50% 50% no-repeat;background-size: cover;}
    #main .main-charger .list{padding:0 20px;}
    #main .main-charger .list > div figure img{max-width:60%;}
    #main .main-charger .list > div:nth-child(1) figure img{max-width:90%;}
    #main .main-charger .list > div .txt-box h4{font-size:16px;}
    #main .main-charger .list > div .txt-box p{font-size:14px;}
    #main .main-charger .list > div .txt-box a{width:80%;font-size:14px;line-height: 35px;}

    #main .main-charger .list{padding:0 20px;}
    #main .main-charger .charger-slide .slick-slide figure img{max-width:60%;}
    #main .main-charger .charger-slide .slick-slide:nth-child(1) figure img{max-width:90%;}
    #main .main-charger .charger-slide .slick-slide .txt-box h4{font-size:16px;}
    #main .main-charger .charger-slide .slick-slide .txt-box p{font-size:14px;}
    #main .main-charger .charger-slide .slick-slide .txt-box a{width:80%;font-size:14px;line-height: 35px;}
    #main .main-charger .slide-wrap .slick-arrow{width:60px;height:60px;}
    #main .main-charger .slide-wrap .slick-prev{left:-50px;}
    #main .main-charger .slide-wrap .slick-next{right:-50px;}

    #main .main-service .list{padding:0 20px;}
    #main .main-service .list > div{padding:20px;}
    #main .main-service .list > div a{padding-top:80%}
    #main .main-service .list > div:nth-child(1) figure{top:-20px;}
    #main .main-service .list > div .txt-box h4{font-size:16px;}
    #main .main-service .list > div .txt-box p{font-size:14px;}

    .tab{display: flex;}
    .tab a{flex:1;}

    .company .introduce .flex-box{display: block;}
    .company .introduce .flex-box .txt-box{width:100%;max-width:100%;}
    .company .introduce .flex-box .img-box{margin-left:0;margin-top:40px;width:100%;max-width:100%;}
    .company .introduce .flex-box .table-box{margin-left:0;margin-top:40px;width:100%;max-width:100%;}

    .company .certification {margin-top:70px;}
    .company .certification .cer-box {margin-right:0;}

    .product .product .top-box {display:block;}
    .product .product .top-box .left-box {width:100%;}
    .product .product .top-box .right-box {margin-left:0;width:100%;margin-top:20px;}
    .product .product .bottom-box {display:block;}
    .product .product .bottom-box .img-box {width:100%;max-width: 100%;}
    .product .product .bottom-box .img-box .gallery{display: block;position:relative;padding-bottom:40px;}
  .product .product .bottom-box .img-box .gallery .slider-nav{display: block;max-width: 100%;position: relative;;width: 100%;z-index: 10;/*bottom: 0;lefT: 0;*/margin-bottom:10px;}
    .product .product .bottom-box .img-box .gallery .slider-nav .slick-slide{margin:0 10px;padding:10px 0;}

    .product .product .bottom-box .img-box .gallery .slider-for{margin-left: 0;width:100%;max-width:100%;}
    .product .product .bottom-box .img-box .gallery .slider-for .slick-slide{height:auto;padding:20px;}
    .product .product .bottom-box .img-box .gallery .slider-for .slick-slide img{position: relative;}

    .product .product .bottom-box .select-box {display:none;}
    .product .product .bottom-box .active-one {margin:auto;}
    .product .product .bottom-box .active-one .slide-dot {display:block;position:absolute;bottom:20px;left:50%;z-index: 10;transform:translateX(-50%);}
    .product .product .bottom-box .active-one .slide-dot span {display:inline-block;width:15px;height:15px;border-radius:100%;background:#d0d3db;margin-right:15px;}
    .product .product .bottom-box .active-one .slide-dot span:last-child {margin-right:0;}
    .product .product .bottom-box .active-one .slide-dot span.active {background:#004d95;}
    .product .product .bottom-box .tbl-box {width:100%;margin-top:20px;max-width:100%;}
    .product .product .option {display:block;margin-top:20px;}
    .product .product .option .option-box {display:inline-block;max-width:48%;width:100%;margin-right:3%;}
    .product .product .option .option-box:nth-child(2n) {margin-right:0;}
    .product .product .option .option-box:nth-child(3), .product .product .option .option-box:nth-child(4) {margin-top:20px;}
    .product .product .option .option-box .option-img {max-width:100%;height:auto;padding:20px;}
    .product .product .option .option-box .option-img img {display:block;margin:auto;}
    .product .product .option .option-box p {font-size:16px;margin-top:15px;}

    .product .product .narajangteo {width:100%;margin:20px 0 0 0;padding:25px 30px;}

    .product .application .flex-box {display:block;}
    .product .application .flex-box ul {width:100%;}
    .product .application .flex-box .img-box {margin-left:0;width:100%;margin-top:40px;}
    .product .application .service-wrap .ser-box {width:49%;padding:40px 150px 40px 40px;word-break:keep-all;}
    .product .application .service-wrap .ser-box p br {display:none;}
    .product .application .step-wrap {display:block;}
    .product .application .step-wrap .step-box {max-width:100%;width:49%;display:inline-block;height:290px;margin-right:1.7%;vertical-align:top;}
    .product .application .step-wrap .step-box:nth-child(1),
    .product .application .step-wrap .step-box:nth-child(2) {margin-bottom:1.7%;}
    .product .application .step-wrap .step-box:nth-child(2n) {margin-right:0;}

    .product .install .step-wrap {display:block;text-align:center;padding:40px 50px 70px;}
    .product .install .step-wrap .step {display:inline-block;margin-right:40px;}
    .product .install .step-wrap .step1, .product .install .step-wrap .step2, .product .install .step-wrap .step3 {margin-bottom:20px;}
    .product .install .step-wrap .step1::after {width:320px;}
    .product .install .step-wrap .step3::after {display:none;}
    .product .install .step-wrap .step5::after {width:320px;left:-80px;}

    .membership .resistration {word-break:keep-all;}
    .membership .resistration ul {margin-bottom:20px;}
    .membership .resistration .flex-box {display:block;}
    .membership .resistration .flex-box .img-box {width:100%;}
    .membership .resistration .flex-box .img-box img {display:block;margin-bottom:20px;}
    .membership .resistration .flex-box .txt-box {margin-left:0;width:100%;}
    .membership .resistration section .qr-box {display:block;width:100%;}
    .membership .resistration section .googleplay {margin-bottom:20px;}
}

@media all and (max-width:768px) {
  .product .install .step-wrap {padding:40px 0px 70px;}
    #main .main-charger .slide-wrap{padding:0 30px;}
    #main .main-charger .slide-wrap .slick-arrow{width:40px;height:40px;top:35%;}
    #main .main-charger .slide-wrap .slick-prev{left:-35px;}
    #main .main-charger .slide-wrap .slick-next{right:-35px;}

    .product .product-tab{flex-wrap: wrap;border-radius: 0;justify-content: space-around;}
    .product .product-tab button{flex:initial;font-size:14px;height:40px;}

    .go-top {position: fixed;bottom: 20px;right: 20px;width: 40px;z-index: 10;}
}

/* mobile */
@media all and (max-width:640px) {
    #pagination{margin: 20px 0 50px;}
    #pagination a{;margin:2px;font-size:14px;line-height:30px;width:30px;height:30px;}
    #pagination .end-prev,
    #pagination .prev,
    #pagination .next,
    #pagination .end-next{width:30px;height:30px;}

    .filebox label{width:100%;margin-right:0;}

    header .logo{width: 125px;height: 24px;}
    header .nav-icon{top:17px;}
    header .gnb{padding-top:65px;}
    header .gnb ul li > a{line-height: 50px;font-size:16px;padding:0 20px;}
    header .gnb ul li.level1 > a:after{top:19px;right:20px;width:15px;height: 15px;}
    header .gnb ul li.level1 > a.on:after{top:24px;width:15px;height: 3px;}
    header .gnb ul li .dropdown{padding:20px;}
    header .gnb ul li .dropdown a{font-size:16px;line-height: 40px;}
    header .gnb .link-button{font-size:14px;}

    footer .footer-top .info h3{font-size:16px;}
    footer .footer-top .info p{font-size: 13px;}
    footer .footer-bottom{padding:10px 0;}
    footer .footer-bottom p{font-size:13px;}

    #main .hgroup p{font-size:14px;}
    #main .hgroup h3{font-size:25px;}
    #main .slide-box .main-slide .slick-slide a{padding-top: 157%;}

    #main .slide-box .main-slide .slick-dots li{width:8px;height: 8px;margin:0 5px;}
    #main .slide-box .main-slide .slick-dots li.slick-active{width:24px;}
    #main .main-charger{padding-top:40px;}
    #main .main-charger .list{margin-top:40px;display: block;}
    #main .main-charger .list > div{margin-left:0;margin-top:40px;}
    #main .main-charger .list > div:first-child{margin-left:0;margin-top:0;}
    #main .main-charger .list > div figure{padding-top:100%;}
    #main .main-charger .list > div figure img{max-width:50%}
    #main .main-charger .list > div:nth-child(1) figure img{max-width:70%;}

    #main .main-service .list{margin-top:40px;display: block;}
    #main .main-service .list > div{margin-left:0;margin-top:40px;}
    #main .main-service .list > div:first-child{margin-left:0;margin-top:0;}
    #main .main-service .list > div a{padding-top:60%;}
    #main .main-service .list > div figure{}
    #main .main-service .list > div figure img{max-width:90%;}
    #main .main-service .list > div:nth-child(1) figure img{max-width:80%;}
    #main .main-service .list > div:nth-child(3) figure img{max-width:75%;}
    #main .main-service .list > div .txt-box p{margin-top:10px;}

    .page-tit{font-size:25px;}
    .visual h3{font-size:25px;}

    .tab a{line-height: 45px;font-size:15px;}
    .tab a + a{margin-left: 10px;}

    .contents{padding:35px 0;}
    .contents table thead th, .contents table tbody th {font-size:15px;padding:10px 20px;}
    .contents table tbody td {font-size:14px;}
    .contents ul.caption {margin-bottom:10px;}
    .contents ul.caption li {font-size:14px;}

    .company .introduce .flex-box{margin-top:20px;}
    .company .introduce .flex-box .txt-box p{font-size:14px;}
    .company .introduce .flex-box .txt-box dl dt{font-size:14px;}
    .company .introduce .flex-box .txt-box dl dd{font-size:14px;}
    .company .introduce .flex-box .img-box{margin-top: 20px;}
    .company .introduce .flex-box + .page-tit{margin-top:35px;}
    .company .introduce .flex-box .txt-box h4{font-size:20px;}
    .company .introduce .flex-box .txt-box .list{margin-top:30px;}
    .company .introduce .flex-box .txt-box .list strong{font-size:16px;}
    .company .introduce .flex-box .txt-box .list ul li{font-size:14px;}
    .company .introduce .flex-box .table-box{margin-top:20px;}
    .company .introduce .flex-box .table-box table thead tr th{padding:10px;font-size:14px;}
    .company .introduce .flex-box .table-box table tbody tr th{padding:10px;font-size:14px;}
    .company .introduce .flex-box .table-box table tbody tr td{padding:10px;font-size:14px;}

    .company .certification .contents-wrap {margin-top:20px;}
    .company .certification .cer-box {width:100%;margin-bottom:30px;}
    .company .certification .cer-box.mb0 {margin-bottom:30px;}
    .company .certification .cer-box > p {font-size:16px;}

    .product .product {margin-top:40px;}
    .product .product section {margin:40px 0;padding-bottom:40px;}
    .product .product .top-box {margin-bottom:20px;}
    .product .product .top-box .left-box h4 {font-size:20px;}
    .product .product .top-box .left-box p {font-size:16px;margin-bottom:10px;}
    .product .product .top-box .left-box span {font-size:14px;}
    .product .product .top-box .right-box ul li {font-size:14px;word-break:keep-all;}
    .product .product .bottom-box .img-box .gallery{padding-bottom:20px;}
    .product .product .bottom-box .img-box .gallery .slider-nav .slick-slide{margin:0 5px;}
    .product .product .bottom-box .img-box .gallery .slider-nav .slick-slide img{max-width:50%;}
    .product .product .bottom-box .img-box .gallery .slider-for .slick-slide img{max-width:50%;}
    .product .product .bottom-box .active-one {width:100%;height:auto;padding:30px 30px 50px 30px;}
    .product .product .bottom-box .active-one img {display:block;margin:auto;}
    .product .product .bottom-box .active-one .slide-dot {bottom:15px;}
    .product .product .bottom-box .active-one .slide-dot span {width:10px;height:10px;margin-right:10px;}
    .product .product .bottom-box .tbl-box table th {width:35%;padding:10px;word-break:keep-all;}
    .product .product .bottom-box .tbl-box table td {width:65%;padding:10px;}
    .product .product-tab button { width: 33%}
    .product .product-tab button:last-child { width: 50%}

    .product .product .narajangteo {padding: 20px 25px;}
    .product .product .narajangteo img {max-height:30px;}
    .product .product .narajangteo ul li {font-size:14px;}

    .product .application .app-banner {padding:70px 30px;}
    .product .application .app-banner p {font-size:18px;margin-top:20px;}
    .product .application .app-banner p span {font-size:12px;}
    .product .application .app-banner a {margin-top:25px;}
    .product .application .flex-box ul li {font-size:14px;word-break:keep-all;margin-bottom:10px;}
    .product .application .flex-box ul li br {display:none;}
    .product .application .service-wrap {display:block;}
    .product .application .service-wrap .ser-box {width:100%;padding:20px;}
    .product .application .service-wrap .ser-box1 {margin-bottom:20px;background: url(/_public/images/contents/application_img02.png) 92% 50% no-repeat #f5f7fb;background-size: 25%;}
    .product .application .service-wrap .ser-box2 {background: url(/_public/images/contents/application_img03.png) 92% 50% no-repeat #f5f7fb;background-size: 25%;}
    .product .application .service-wrap .ser-box h4 {font-size:18px;margin-bottom:20px;}
    .product .application .service-wrap .ser-box p {font-size:14px;}
    .product .application .step-wrap .step-box {width:100%;margin-right:0;margin-bottom:20px;padding:30px;height:auto;}
    .product .application .step-wrap .step-box:nth-child(1),
    .product .application .step-wrap .step-box:nth-child(2) {margin-bottom:20px;}
    .product .application .step-wrap .step-box h4 {font-size:18px;}
    .product .application .step-wrap .step-box p {font-size:14px;}
    .product .application .step-wrap .step-box p span {font-size:13px;}

    .product .install .step-wrap .step {width:130px;height:130px;margin-right:0px;}
    .product .install .step-wrap .step1, .product .install .step-wrap .step3, .product .install .step-wrap .step5 {margin-right:10px;}
    .product .install .step-wrap .step .circle {width:120px;height:120px;top:4px;left:4px;padding:10px;}
    .product .install .step-wrap .step span {font-size:14px;margin-bottom:8px;}
    .product .install .step-wrap .step img {margin-bottom:5px;}
    .product .install .step-wrap .step p {font-size:16px;}
    .product .install .step-wrap .step4 {margin-bottom:20px;}
    .product .install .step-wrap .step1::before {width:5px;height:5px;top:-3px;left:62px;}
    .product .install .step-wrap .step2::before {width:5px;height:5px;top:30px;left:5px;}
    .product .install .step-wrap .step3::before {width:5px;height:5px;top:90px;left:3px;}
    .product .install .step-wrap .step4::before {width:5px;height:5px;top:126px;left:62px;}
    .product .install .step-wrap .step5::before {width:5px;height:5px;top:90px;left:120px;}
    .product .install .step-wrap .step6::before {width:5px;height:5px;top:30px;left:118px;}
    .product .install .step-wrap .step1::after, .product .install .step-wrap .step3::after, .product .install .step-wrap .step5::after {display:block;width:100px;top:65px;left:50px;}
    .product .install .install-txt {font-size:14px;}
    .product .install section {margin-top:40px;}
    .product .install section h4 {font-size:20px;}
    .product .install section .m-caution {display:block;font-size:14px;color:#91959E;margin-bottom:10px;position:relative;padding-left:20px;}
    .product .install section .m-caution i {display:inline-block;margin-right:2px;width:15px;height:15px;position:absolute;top:3px;left:0;}
    .product .install section .m-caution i img {width:100%;}
    .product .install .table-wrap {width:100%;overflow-x:scroll;}
    .product .install .table-wrap table {white-space:nowrap;}

    .membership .resistration ul li {font-size:14px;}
    .membership .resistration .flex-box .img-box img {margin:0 auto 20px;}
    .membership .resistration .flex-box .txt-box a {width:100%;text-align:center;font-size:14px;}
    .membership .resistration section .qr-box {padding:20px;min-height:100px;}
    .membership .resistration section .qr-box img:nth-child(1) {left:20px;width:50%;}
    .membership .resistration section .qr-box img:nth-child(2) {right:20px;width:15%;}

    .faq-tab a{font-size:13px;margin-right:5px;}
    .faq dl dt{padding:0 30px 0;line-height: 65px;font-size:13px;}
    .faq dl dt:before{font-size:18px;top:18px;left:5px;}
    .faq dl dt:after{top:27px;right:5px;}
    .faq dl dt span{font-size:12px;}
    .faq dl dd{padding: 20px 20px 20px 30px;font-size:13px;}
    .faq dl dd:before{top: 16px;left: 5px;font-size:18px;}

}
