@charset "utf-8";
/*************************************************************************
* @ 서비스명   : commonui
* @ 파일명     : /css/commonui.css
* @ 페이지설명  : commonui.css
* @ 작성자     : 한주현 (pointweb)
* @ 작성일     :

**************************************************************************/

/* 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{position:relative;margin: 0 auto;max-width: 1280px;}
.no-data {display: block !important;font-size: 16px !important;width: 100% !important;padding: 100px 0 !important;text-align: center;margin: 0 !important;}
.page-title{ font-size:30px;margin-bottom: 30px; border-bottom: 1px solid #ccc;  width: fit-content;}
.page-title::after { content: ""; border-top: 3px solid #9a793e; display:block; width: 30px;top: 1px; position: relative;}
.blind{position: absolute;top:-9999999px;left:-999999px;}
.required{color:#e32a2a;}
#pagination{margin: 30px 0 10px;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:#333;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/images1/common/first-prev.svg) no-repeat;background-size:100%;}
#pagination .prev{background:url(/_public/images1/common/prev.svg) no-repeat;margin-right:20px;background-size:100%;}
#pagination .next{background:url(/_public/images1/common/next.svg) no-repeat;margin-left:20px;background-size:100%;}
#pagination .end-next{background: url(/_public/images1/common/end-next.svg) no-repeat;background-size:100%;}

.ubunt{	font-family:'Ubuntu', 'Montserrat', sans-serif;}

.tab{text-align: center;font-size:0;}
.tab .button{display: inline-block;width:200px;border-radius: 30px;border: solid 2px #c7b4b0; font-size: 20px;font-weight: 600;letter-spacing: 0.4px;color: #787878;height:60px;}
.tab .button + .button{margin-left:20px;}
.tab .button.active{border-color:#202020;background: #202020;color:#fff;}

.tab2{display: flex;}
.tab2 .button{flex:1;display: inline-block;height:60px;border:1px solid #ccc;text-align: center;font-size: 18px;font-weight: 600;}
.tab2 .button.active{background: #202020;color:#fff;border-color:#202020; }

/* 상단 박스 타입 */
.top-box{background: #f6f6f6;padding:40px;}
.top-box h3{font-size: 26px;font-weight: bold;}
.top-box p{margin-top:25px;font-size: 18px;font-weight: normal;}
.top-box ul{}
.top-box ul li{position:relative;padding-left:12px;font-size:18px;font-weight: bold;}
.top-box ul li:before{content:"";position:absolute;top:11px;left:0;display: inline-block;width:7px;height:2px;background: #202020;}


/* 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;}


.button{font-size:15px;line-height: 40px;}
.button-default{background: #333;color:#fff;border:1px solid #333;}
.button-gray{display:inline-block;background:#f3f3f3;text-align: center;color:#000;}
.button-gray2{display:inline-block;background:#f3f3f3;text-align: center;color:#000;}
.button-outline-default{border:1px solid #333;background: #fff;color:#333;}
.button-outline-black{background: #fff;border-color: #333;color: #333;}
.button-large{font-size:18px;line-height: 65px;}

/* 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;}


/* 폼 타입 */
.form-box{}
.form-box dl{}
.form-box dl dt{width:150px;font-size: 17px;font-weight: 500;position: relative;top:30px;}
.form-box dl dd{padding:15px 50px 15px 150px;border-bottom:1px solid #ccc;}
.form-box dl dd input[type="text"],
.form-box dl dd input[type="tel"],
.form-box dl dd input[type="date"],
.form-box dl dd input[type="number"],
.form-box dl dd input[type="email"],
.form-box dl dd input[type="password"]{border:0;width:100%;height:50px;background: #f5f5f5;padding:0 20px; font-size: 17px;font-weight: normal;max-width:400px;}
.form-box dl dd input[type="text"]::placeholder,
.form-box dl dd input[type="tel"]::placeholder,
.form-box dl dd input[type="date"]::placeholder,
.form-box dl dd input[type="number"]::placeholder,
.form-box dl dd input[type="email"]::placeholder,
.form-box dl dd input[type="password"]::placeholder {color:#aaa;}
.form-box dl dd select{width:100%;max-width: 400px;height:50px;border:1px solid #ccc;color:#787878;font-size:17px;padding:0 20px;}
.form-box dl dd textarea{width:100%;resize: none;background: #f5f5f5;padding:20px; font-size: 17px;height:200px;border:0;}
.form-box dl dd .radio-group{padding:15px;display: flex;}
.form-box dl dd .radio-group .radio-type2{}
.form-box dl dd .radio-group .radio-type2 + .radio-type2{margin-left:70px;}
.form-box dl dd .secret-code{display: flex;align-items: center;}
.form-box dl dd .secret-code span{}
.form-box dl dd .secret-code span img{display: block;}
.form-box dl dd .secret-code input[type="text"]{max-width:200px;margin-left: 20px;}
.form-box .terms-box{}
.form-box .terms-box .txt-box{border:1px solid #ccc;height:230px;overflow-y: auto;padding:40px;}
.form-box .terms-box .chk-box{margin-top:20px;text-align: right;}
.form-box .terms-box .chk-box .radio-type2 + .radio-type2{margin-lefT:60px;}
.form-box .button-box{text-align:center;margin-top:60px;}
.form-box .button-box .button{display: inline-block;width:250px;height:60px;line-height: 60px;text-align: center;background: #202020;color:#fff;border-radius: 30px;font-size:17px;font-weight:500;}



.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"] { width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
.filebox label {position:relative ;display: inline-block;margin-right:5px;width:127px;font-size:14px;vertical-align: middle;cursor: pointer;border: 1px solid #202020; line-height: 48px;text-align: center; font-size: 18px;background: #fff; color: #202020; margin-left: 10px;}
.filebox label:hover { background: #000; color: #fff; }
.filebox .upload-name {display: inline-block;width: calc(60% - 260px);height: 50px;font-size: 16px;color: #595757;padding: 0 40px;vertical-align: middle;background: #fafafa url(/_public/images1/icon/link_icon.svg) no-repeat;background-size: 30px 30px;border: 1px solid #bebebe; background-position: 10px 50%;}



.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;}
.radio-type2 input[type="radio"]{position:absolute;opacity:0;}
.radio-type2 label{display:block;font-size:18px;padding-left:35px;position:relative;cursor:pointer;}
.radio-type2 label::before{content: '';width: 25px;height: 25px;border: 1px solid #bebebe;border-radius: 50%;position: absolute;left: 0;top: 1px;box-sizing: border-box;}
.radio-type2 label::after{display:none;content:'';width:11px;height:11px;border-radius:50%;background:#202020;position:absolute;left:6.5px;top:8px;}
.radio-type2 input[type="radio"]:checked + label::before{border-color:#202020}
.radio-type2 input[type="radio"]:checked + label::after{display:block;}


header{border-bottom: 1px solid #ccc;}
header .header-top{padding:10px 0;}
header .header-top .layout{display: flex;justify-content: space-between;}
header .header-top .logo{display: inline-block;}
header .header-top .logo img{display: block;}
header .header-top .link{position:absolute;display: inline-block;font-size:13px;font-weight:700;right:0;bottom:0;}
header .header-bottom{border-top:1px solid #ccc;}
header .header-bottom .gnb{display:flex;/* border-left:1px solid #ccc; *//* border-right:1px solid #ccc; */}
header .header-bottom .gnb a{position:relative;display: inline-block;flex:1;padding: 40px 0 40px;text-align: center;font-size:22px;color:#322e2c;font-weight:800;font-family:'Ubuntu', 'Montserrat', sans-serif;}
header .header-bottom .gnb a span{display: block;text-align: center;color:#b9b9b9;font-size:12px;font-weight: 600;}
header .header-bottom .gnb a:before{content: "";/* position:absolute; */left:50%;bottom:20px;/* transform:translateX(-50%); */display: inline-block;width: 70px;height: 60px;vertical-align: middle;margin-right: 20px;}
header .header-bottom .gnb a:nth-child(1):before{background: url(/_public/images1/icon/nes_m01off.png) no-repeat;background-size: cover;}
header .header-bottom .gnb a:nth-child(2):before{background: url(/_public/images1/icon/nes_m02off.png) no-repeat;background-size: cover;}
header .header-bottom .gnb a:nth-child(3):before{background: url(/_public/images1/icon/nes_m03off.png) no-repeat;background-size: cover;}
header .header-bottom .gnb a:nth-child(4):before{background: url(/_public/images1/icon/nes_m04off.png) no-repeat;background-size: cover;}
header .header-bottom .gnb a:nth-child(1):hover:before,
header .header-bottom .gnb a:nth-child(1).on:before
{background: url(/_public/images1/icon/nes_m01on.png) no-repeat;background-size: cover;}
header .header-bottom .gnb a:nth-child(2):hover:before,
header .header-bottom .gnb a:nth-child(2).on:before{background: url(/_public/images1/icon/nes_m02on.png) no-repeat;background-size: cover;}
header .header-bottom .gnb a:nth-child(3):hover:before,
header .header-bottom .gnb a:nth-child(3).on:before{background: url(/_public/images1/icon/nes_m03on.png) no-repeat;background-size: cover;}
header .header-bottom .gnb a:nth-child(4):hover:before,
header .header-bottom .gnb a:nth-child(4).on:before{background: url(/_public/images1/icon/nes_m04on.png) no-repeat;background-size: cover;}
header .header-bottom .gnb a + a{border-left:1px solid #ccc;}


footer{border-top:1px solid #ccc;}
footer .layout{padding:35px 50px;display: flex;}
footer .f-logo{display: inline-block;margin-top: 15px;}
footer .f-logo img{display: block;}
footer .f-info{margin-left: 35px;padding:5px 0 5px 30px;border-left:1px solid #efefef;}
footer .f-info address{}
footer .f-info address p{}
footer .f-info address p + p{margin-top: 8px;}
footer .f-info address p span{display:inline-block;position: relative;font-size:12px;color:#333;font-weight: 600;vertical-align: top;}
footer .f-info address p span em{display: inline-block;margin-right: 8px;color:#686868;}
footer .f-info address p span + span{margin-left: 24px;}
footer .f-info address p span em{}
footer .f-info .copyright{margin-top: 8px;font-size: 12px;font-weight: 800;}
footer .f-info address p strong { color: #6a5123; background: #e9e1d2; padding: 3px 10px; margin: 3px 0; display: inline-block;  border-radius: 99px;;}

.page-top{}
.page-top .lnb{background: #f7f7f7;border-bottom: 1px solid #ccc}
.page-top .lnb .layout{display: flex;border-left:1px solid #ccc;}
.page-top .lnb .layout a{display: inline-block;padding: 14px 30px;font-size:14px;color: #5b5856;background: #fff;border: 2px solid #b49d6d;font-weight: 600;margin-left: -2px;margin-top: -1px;margin-bottom: -1px;}
.page-top .lnb .layout a.on{background: #baa47c;color: #fff;}
.page-top .lnb .layout a:hover { color: #8d703a; background: #fff}
.page-top .hgroup{padding:20px 0 10px;}
.page-top .hgroup .layout{border-bottom: 1px dotted #ccc;display: flex;justify-content: space-between;align-items: flex-end;}
.page-top .hgroup .title{font-family:'Ubuntu', 'Montserrat', sans-serif;color:#4c4c4c;font-size:45px;letter-spacing: -3px;}
.page-top .hgroup .title span{position:relative;display: inline-block;color: #999;font-family: Pretendard;font-size: 20px;letter-spacing: 0;vertical-align: middle;margin-left: 15px;}
.page-top .hgroup .title span:before{content: "";display: inline-block;width:1px;background: #e0e0e0;height:15px;position: absolute;left:-10px;top:7px;}
.page-top .hgroup .breadcrumbs{position:relative;top:-5px;display: flex;align-items: center;}
.page-top .hgroup .breadcrumbs span{position:relative;display: inline-block;font-size: 12px;color: #B2B2B2;font-weight: 300;}
.page-top .hgroup .breadcrumbs span:before{content: "";position: absolute;top: 4px;left: -12px;display: inline-block;width: 7px;height: 7px;background: url(/_public/images1/icon/icon_arrow.png) no-repeat;background-size: cover;}
.page-top .hgroup .breadcrumbs span:first-child:before{top:3px;width:10px;height:9px;background: url(/_public/images1/icon/icon_home.png) no-repeat;background-size: cover;left:-14px;}
.page-top .hgroup .breadcrumbs span:last-child{color: #999;font-weight: 700;}
.page-top .hgroup .breadcrumbs span + span{margin-left:20px;}



/* 입력폼 */
.inquiry {padding: 0px 0 50px;}
.inquiry .agree{ margin-top:60px;}
.inquiry .agree-box { width: 100%; height: 230px; border: 1px solid #ccc; padding: 30px;overflow: auto;}
.inquiry .agree .agree-check{display:block; margin-top:20px; text-align:right;}
.inquiry .agree .agree-check input[type="radio"]{position:absolute; opacity:0;}
.inquiry .agree .agree-check label{font-size:18px; font-weight:400; color:#222; position:relative; padding-left:34px; cursor:pointer; margin-left:20px;}
.inquiry .agree .agree-check label::before{content:''; width:24px; height:24px; border-radius:50%; border:1px solid #acacac; position:absolute; left:0; top:0;}
.inquiry .agree .agree-check label::after{display:none;content:'';width:10px;height:10px;border-radius:50%;background: #f87100;position:absolute;top: 7px;left: 7px;}
.inquiry .agree .agree-check [type="radio"]:checked + label::before{border-color:#f87100;}
.inquiry .agree .agree-check [type="radio"]:checked + label::after{display:inline-block;}
.inquiry .table-box{margin-top:30px;}
.inquiry .table-box table{border-top: 2px solid #202020;table-layout: fixed;width:100%;}
.inquiry .table-box table colgroup col:first-child{width:200px;}
.inquiry .table-box table tr th{padding:15px 20px;border-bottom:1px solid #ccc; font-size: 17px;font-weight: 500;text-align: left;color: #202020;}
.inquiry .table-box table tr th em{color:#f87100}
.inquiry .table-box table tr td{padding:15px 20px;border-bottom:1px solid #ccc;}
.inquiry .table-box table tr td input[type="text"],
.inquiry .table-box table tr td input[type="tel"],
.inquiry .table-box table tr td input[type="email"],
.inquiry .table-box table tr td input[type="number"]{padding:0 20px;font-size: 17px;width:100%;height:50px;background-color: #f5f5f5;max-width: 400px;border:0;}
.inquiry .table-box table tr td input[type="text"]::placeholder,
.inquiry .table-box table tr td input[type="tel"]::placeholder,
.inquiry .table-box table tr td input[type="email"]::placeholder,
.inquiry .table-box table tr td input[type="file"]::placeholder,
.inquiry .table-box table tr td input[type="number"]::placeholder{color:#aaa;}
.inquiry .table-box table tr td textarea{padding:20px;font-size: 17px;width:100%;height:200px;background-color: #f5f5f5;border:0;resize: none;}
.inquiry .table-box table tr td textarea::placeholder{color:#aaa;}
.inquiry .table-box table tr td .code{display: flex;align-items: center;}
.inquiry .table-box table tr td .code span{display: inline-block;}
.inquiry .table-box table tr td .code span img{display:block;}
.inquiry .table-box table tr td .code input[type="text"]{margin-left:40px;max-width:200px;}
.inquiry .terms-box{margin-top:80px;}
.inquiry .terms-box h4{ font-size: 18px;font-weight: 600;color: #121212;}
.inquiry .terms-box .txt-box{margin-top:20px;width:100%;height: 260px;border: solid 1px #bebebe;background-color: #fafafa;padding:30px;overflow-y: auto;font-size: 16px;line-height: 1.63;color: #595757;}
.inquiry .terms-box .chk-box{font-size:0;margin-top:20px;text-align: right;}
.inquiry .terms-box .chk-box .radio-type2 + .radio-type2 {margin-left: 40px;}



#pages{}
#pages .contents{padding:60px 0 130px;}
