@charset "utf-8";

@import url(font.css);

* {-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;-webkit-font-smoothing:antialiased;}
html{-ms-touch-action:none; scroll-behavior: smooth; }
body{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;-o-text-size-adjust:none;text-size-adjust:none;-webkit-user-select:auto;position:relative;}

/* common */
html,body{margin:0;padding:0;overflow-x:hidden;}
body,p,ul,ol,li,dl,dt,dd,form,table,th,td,fieldset,input,textarea,select,button,h1,h2,h3,h4,h5,h6,pre,address,pre{margin:0; padding:0;}
html,body,select,input,textarea,button,pre{font:14px/1.3 'Noto Sans','Malgun Gothic',Dotum,Gulim,sans-serif;color:#666;}
header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{display:block;}
fieldset,img{border:0;}
img{vertical-align:middle; -ms-intrpolation-mode:bicubic;}
img,video,audio,object,embed,iframe{max-width:100%;}
caption{width:0px; height:0px; line-height:0px; visibility:hidden; overflow:hidden;}
legend{width:0px; height:0px; line-height:0px; visibility:hidden; overflow:hidden; position:absolute;}
table{border-spacing:0px; border-collapse:collapse;}
ul,ol{list-style:none;}
a{color:#666; text-decoration:none;/* font-family: 'Open Sans', sans-serif; */}
address,em,i{font-style:normal;}
button{overflow:hidden; border:0; background:none; -webkit-appearance:none; text-align:center; cursor:pointer;}
h1, h2, h3, strong{font-weight:500;/* font-family: 'Open Sans', sans-serif; */}
pre{word-break:break-all;white-space:pre-line;font-family:Dotum;}
.blind{width:0;height:0;line-height:0;visibility:hidden;overflow:hidden;}
:focus{outline:0;}
input::-ms-clear{display:none;}

body {
    overflow:hidden;
}

a, a:hover, a:active {
    outline: 0px !important;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* Styles
---------------------------------*/
header {
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    position: fixed;
    background: linear-gradient(#1e1e1e 60px, white 60px, white 100%);
    /* padding: 12px 0; */
    z-index: 1;
}

header>div {
    max-width:1024px;
    margin:auto;
    padding: 0 15px;
}

.layer_terms{position:absolute; top:100px; left:50%; transform:translateX(-50%); background:#fff; text-align: center}
.layer_privacy{position:absolute; top:100px; left:50%; transform:translateX(-50%); background:#fff; text-align: center}
.layer_share{position:absolute; top:100px; left:50%; transform:translateX(-50%); background:#fff; text-align: center}

.logo {
    float: left;
    color: #519bff;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding-top: 18px;
    height: 60px;
}

nav {
    height: 60px;
    background: linear-gradient(#1e1e1e 60px, white 60px, white 100%);
    overflow: hidden;
    transition: 0.5s;
    float:right;
    text-align:center;
}

nav:hover {
    height:152px;
}

nav ul {
    display:inline-block;
    vertical-align: top;
}

nav li {
    padding: 0 14px;
}

nav div {
    padding: 0px 14px;
    padding-top: 20px;
    font-size: 15px;
    color: #f5f5f5;
    height: 60px;
}

nav .active div {
    background-color:#337ab7;
}

nav div:hover, nav span:hover {
    color:#337ab7;
}

nav .active div:hover {
    color:#f5f5f5;
}

nav span {
    padding: 0 14px;
    padding-top: 23px;
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 6px;
}

#menuToggle {
    display:none;
    float:right;
    margin-top: 10px;
}

header input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 17px;
    right: 11px;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

input:checked+#menuToggle span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -19px);
}

input:checked+#menuToggle span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

input:checked+#menuToggle span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, 18px);
}

section {
    text-align:center;
}

#section1 {
    padding-top:60px;
    position:relative;
}

#section1 img {
    max-width:1024px;
    width:100%;
}

#section1 div {
    position:absolute;
    display:inline-block;
    border:1px solid #d6d6d6;
    background-color:white;
    color:#8c8c8c;
    cursor:pointer;
    padding: 10px 40px;
    font-size:25px;
    left:50%;
    bottom:10%;
    transform: translateX(-50%);
}

.title {
    padding-top:120px;
    margin-bottom:60px;
}

.title img {
    width:70px;
}

.title div {
    margin-top:10px;
    color: #0082cd;
    font-size: 36px;
    font-weight: 600;
}

#section2 .content1>div {
    margin:auto;
    max-width:1024px;
    position:relative;
}

#section2 .content1 img {
    width:100%;
}

#section2 .content1>div>div {
    background-color: #ffffffbb;
    color: #000;
    text-align: center;
    position: absolute;
    padding: 50px;
    font-size: 25px;
    line-height: 37px;
    right:70px;
    top: 50%;
    transform: translateY(-50%);
    min-width:360px;
}

#section2 .content1>div>div.right {
    right:auto;
    left:70px;
}

#section2 .content1 span {
    display:block;
}

#section2 .content2>div {
    max-width:1024px;
    margin:auto;
    padding: 130px 60px;
}

#section2 .content2>div>div {
    position:relative;
    display:inline-block;
    vertical-align: top;
}


#section2 .content2>div>div.first {
    float:left;
}

#section2 .content2>div>div.last {
    float:right;
}

#section2 .content2 span {
    display:block;
}

#section2 .content2>div>div>div {
    position:absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    padding-top: 40px;
}

.blue {
    color:#0082cd;
}

#section2 .content2 .text1 {
    font-size: 50px;
    font-weight: 300;
    color: #000;
    text-align: left;
    letter-spacing: -4px;
    margin-top: 55px;
}

#section2 .content2 .text1.first {
    width:343px;
}

#section2 .content2 .text1.last {
    text-align:right;
}

#section2 .content2 .text2 {
    width:230px;
}

#section2 .content2 .text2 div img {
    width: 30px;
    margin-bottom: 15px;
}

#section2 .content2 .text2 div span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    white-space: nowrap;
}

#section2 .content2 .line {
    border-top: 1px solid #000;
    margin: auto;
    padding: 0;
    width:calc(100% - 60px);
    max-width: calc(1024px - 120px);
}

#section2 .content3 {
    background-color:#fcfcfc;
}

#section2 .content3>.text1 {
    padding:70px;
    font-size:50px;
    color:white;
    background-color:#3a8dfd;
}

#section2 .content3>img {
    width:100px;
}

#section2 .content3 .cost {
    text-align:center;
    margin-top:30px;
    padding-bottom:80px;
}

#section2 .content3 .cost>div {
    vertical-align: middle;
    display:inline-block;
    background-color:white;
    border:1px solid #d3d3d3;
    position:relative;
    margin:3px;
    padding:40px 20px;
}

#section2 .content3 .cost span {
    display:block;
    color:#0f0f0f;
}

#section2 .content3 .cost .text4::before {
    content:"";
    background-image: url('../img/icon_check.png');
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
}

#section2 .content3 .cost .text4.x::before {
    background-image: url('../img/icon_x.png');
}

#section2 .content3 .cost .text4.t::before {
    background-image: url('../img/icon_t.png');
}

#section2 .content3 .cost .text1 {
    font-size: 22px;
}

#section2 .content3 .cost .text2 {
    font-size:20px;
}

#section2 .content3 .cost .text2 b {
    font-size: 31px;
}

#section2 .content3 .cost .text3 {
    font-size: 18px;
    margin-top: 11px;
    margin-bottom: 30px;
}

#section2 .content3 .cost .text4 {
    text-align: left;
    font-size: 17px;
    margin-top: 16px;
    padding-left: 16px;
}

#section2 .content3 .cost .first {
    border:10px solid #0082cd;
    box-shadow: 3px 12px 15px darkgrey;
    margin: 10px;
}

#section2 .content3 .cost .first img {
    position: absolute;
    left: -40px;
    top: -40px;
    width: 104px;
}

#section2 .content3 .cost .first .text4::before {
    background-size: 27px 27px;
    width: 27px;
    height: 27px;
}

#section2 .content3 .cost .first .text1 {
    font-size: 24px;
    font-weight: 700;
}

#section2 .content3 .cost .first .text2 {
    font-size:25px;
    margin-top: 6px;
}

#section2 .content3 .cost .first .text2 b {
    font-size: 38px;
    color: #3a8dfd;
}

#section2 .content3 .cost .first .text3 {
    font-size: 23px;
    margin-top: 18px;
    margin-bottom: 30px;
}

#section2 .content3 .cost .first .text4 {
    text-align: left;
    font-size: 21px;
    margin-top: 19px;
    padding-left: 16px;
}

#section2 .content3 .cost .first div {
    background-color: #393939;
    color: white;
    border-radius: 15px;
    font-size: 23px;
    padding: 9px;
    margin-top: 37px;
}

#section3 .add-cut {
    max-width:1024px;
    margin:auto;
    overflow:hidden;
}

#section3 .add-cut>img {
    width:420px;
    max-width:50%;
}

#section3 .add-cut>img:first-child {
    margin-left:-90px;
}

#section3 .add-cut>img:last-child {
    margin-left:-45px;
}

#section3 .content1 {
    max-width:1024px;
    margin:auto;
}

#section3 .content1 .pc {
    width:100%;
}

#section3 .content1 .mobile {
    display:none;
    width:100%;
}

#section3 .content1 span {
    display:block;
    color:#000;
}

#section3 .content1 .text1 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 130px;
}

#section3 .content1 .text1::before {
    content: '●';
    font-size: 16px;
    vertical-align: middle;
    margin-right: 15px;
}

#section3 .content1 .text2 {
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 80px;
}

#section4 .content1 .line {
    border-top: 1px solid #c4c4c4;
    margin: auto;
    padding: 0;
    width:calc(100% - 60px);
    max-width: calc(1024px - 120px);
    margin-top: 140px;
    margin-bottom: 80px;
}

#section4 .text1, #section6 .text1 {
    background-color: #262626;
    color: white;
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    padding: 2px 60px;
    margin-top: 40px;
    margin-bottom: 25px;
}

#section4 .content1 .input-wrap1 {
    max-width: 600px;
    text-align: left;
    margin: auto;
    margin-bottom:60px;
}

#section4 .content1 .input-wrap1c {
    max-width: 600px;
    text-align: middle;
    margin: auto;
    margin-bottom:30px;
}

#section4 .content1 .input-wrap1>div {
    margin: 27px 0px;
}

#section4 .content1 .input-wrap1>div>* {
    vertical-align: middle;
}

#section4 .content1 .input-wrap1 label {
    font-size: 23px;
    font-weight: 500;
    color: black;
    margin-right: 14px;
}

#section4 .content1 .input-wrap1 select {
    border-color: #afafaf;
    font-size: 18px;
    text-align: center;
    color: black;
    padding: 3px 0;
    /* 추가 */
    width: 110px;
}

#section4 .content1 .input-wrap1 input {
    color: black;
    font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #afafaf;
}

#section4 .content1 .input-wrap1 button {
    color: white;
    background-color: #0082cd;
    font-size: 21px;
    padding: 4px 14px;
}

#section4 .content1 .input-wrap1c button {
    color: white;
    background-color: #0082cd;
    font-size: 21px;
    padding: 4px 14px;
    vertical-align: middle;
}

#section4 .content1 .input-wrap1 #telmem2 {
    background-color:#7a7a7a;
}

#section4 .content1 .input-wrap1 #tel_sel1_1, #section4 .content1 .input-wrap1 #tel_sel2_1 {
    width: 130px;
}

#section4 .content1 .input-wrap1 #tel_sel1_2, #section4 .content1 .input-wrap1 #tel_sel2_2 {
    width: 110px;
    text-align: left;
    padding: 2px 10px;
}

#section4 .content1 .input-wrap2 {
    max-width: 500px;
    text-align: left;
    margin: auto;
}

#section4 .content1 .input-wrap2>div {
    margin: 26px 0;
}

#section4 .content1 .input-wrap2>div>span {
    width: 240px;
    display: inline-block;
    color: black;
    font-size: 18px;
    letter-spacing: -2px;
}

#section4 .content1 .input-wrap2>div>span>a {
    color: black;
    cursor:pointer;
}

#section4 .content1 .input-wrap2 label b {
    font-size: 23px;
    font-weight: 400;
    color: black;
}

#section4 .content1 .input-wrap2 input {
    margin-right: 9px;
    transform: scale(1.7);
    opacity: 0.4;
}

#section4 .content1 .input-wrap2 input:checked {
    opacity: 1;
}

#section4 .content1 .text2 {
    display: inline-block;
    border-bottom: 2px solid #0082cd;
    color: #0082cd;
    font-size: 31px;
    font-weight: 600;
    padding-bottom: 8px;
    margin-top: 70px;
    margin-bottom:20px;
}

#section4 .content1 .text3 {
    font-size: 19px;
    font-weight: 400;
    margin: 15px 0;
}

#section4 .content1 .text3>b {
    color: #0082cd;
    font-size: 23px;
}

#section4 .content1 .text4 {
    font-size: 13px;
}

#section5 .content1, #section6 .content1, #section6 .content2 {
    width: calc(100% - 60px);
    max-width: 1024px;
    margin: auto;
    margin-bottom: 120px;
}

#section5 .content1 div.tab {
    display: table;
    margin: auto;
    width: 100%;
    padding-top: 10px;
}

#section5 .content1 .tab>span {
    display: table-cell;
    background-color: #535353;
    color: white;
    font-size: 21px;
    padding: 11px 0;
    cursor: pointer;
}

#section5 .content1 .tab>span:first-child {
    border-right: 1px solid white;
}

#section5 .content1 .tab .active {
    background-color:#262626;
}

#section5 #tabpage {
    text-align:center;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px 5%;
    width: 100%;
    border: none;
    margin-bottom: 3px;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion:nth-child(odd) {
    background: #f9f9f9;
}

.accordion span.num-my {
    margin-right: 15px;
}

.accordion span.title-my {
    display: inline-block;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.panel-my {
    padding: 10px 18px 10px 7%;
    background-color: white;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #eee;
    min-height: 100px;
    display:none;
    text-align:left;
}

.panel-my.visible {
    display:list-item;
}

.topright-btn-close {
    float: right;
    cursor: pointer;
    font-size: 28px;
}

.pagination {
    display: inline-block;
    margin: 0;
    margin-top:10px;
    padding: 0;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.on {
    background-color: #4CAF50;
    color: white;
}

footer {
    background: #232323;
    padding: 30px 0;
}

footer>div {
    width: calc(100% - 60px);
    max-width: 1024px;
    margin:auto;
}

footer .footer-wrap1 {
    margin-right:110px;
}

footer>div>div {
    display:inline-block;
    vertical-align: top;
}

footer span {
    display:block;
}

footer .text1 {
    color:#cccccc;
    font-size: 15px;
}

footer .text2 {
    color:#888888;
    font-size: 15px;
    line-height: 27px;
}

footer .text2 b {
    font-size: 25px;
}

footer .text3 a {
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
    cursor:pointer;
}

footer .text4 {
    color: #cccccc;
    font-size: 13px;
    line-height: 18px;
}




.sidenav-sms { 
    position: fixed;
    right: 32px;
    z-index: 900;
    /* width: 271px; */
    top: 150px;
    padding: 45px 32px;
    background-color: #fff;
    border: 4px solid #ececec;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);

    /* 2023.05.03 추가 - 이유경, 볼드 적용 밀림 수정 */
    width: 275px;
}
.sidenav-sms hr {
        display: none;
}
.sidenav-sms h2 {
    /* display: inline-block; */
    /* margin-bottom: 22px; */
    text-align:center;
    font-weight: 500;
    letter-spacing: -1px;
    font-size: 17px;
    color: #000;
}

.sidenav-sms h2>a {
    color:#0082cd;
}

.sidenav-sms .tel-sms {
    margin-top:20px;
    overflow:hidden;
}

.sidenav-sms .tel-sms ul {
    margin: 0;
    padding: 0;
}
.sidenav-sms .tel-sms ul li {
    margin: 0;
    padding: 0;
	text-align: center;
	border: 1px solid #ececec;
}

.sidenav-sms .tel-sms-input {
    margin:0;
    overflow:hidden;
}
.sidenav-sms .tel-sms-input ul {
    margin: 0;
    padding: 0;
}
.sidenav-sms .tel-sms-input ul li {
    margin: 0;
    padding: 0;
        text-align: center;
        border: 1px solid #ececec;
}

.sidenav-sms .tel-sms-input ul.tel-input li:not(:last-child) {
 border-right: 0;
}
.sidenav-sms .tel-sms > ul li {
 width: 33%;
}
.sidenav-sms .tel-sms ul > li {
float: left;
background-color: #fbfbfb;
}
.sidenav-sms .tel-sms-input > ul li {
 width: 33%;
}
.sidenav-sms .tel-sms-input ul > li {
float: left;
background-color: #fbfbfb;
}

.sidenav-sms .tel-sms ul.tel-type {
 width: 100%;
}
.sidenav-sms .tel-sms ul.tel-type li:first-child {
 /*width: 100%;*/
}

.sidenav-sms .tel-sms-input ul.tel-input {
 width: 100%;
}
.sidenav-sms .tel-sms-input ul.tel-input li {
 width: 100%;
 border-top: 0;
}
.sidenav-sms .tel-sms-input ul.tel-input li:first-child {
 width: 33%;
}
.sidenav-sms .tel-sms-input ul.tel-input li:last-child {
 width: 66%;
}
ul li label {	
font-weight: normal;
/* font-family: 'Open Sans', sans-serif; */
}

.sidenav-sms .tel-sms ul li label {	   
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 23px;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    width: 100%;
    color: #000;
}
.sidenav-sms .tel-sms ul li.active {
    border: 1px solid #f00;
}

.sidenav-sms .tel-sms ul li select {
    margin: 0;
    padding: 0;
	font-size: 11px;
    border: 0;
    height: 26px;
	padding-right: 10px;
	color: #000;
    background-color: #fbfbfb;
    text-align:center;
}

.sidenav-sms .tel-sms ul li input {
    margin: 0;
    padding: 0 15px;
    font-size: 11px;
    border: 0;
    height: 26px;
	width: 100%;
    color: #000;
    background-color: #fbfbfb;
    text-align:center;
}
.sidenav-sms .tel-sms ul li select:active {
    border: 0;
}
.sidenav-sms .tel-sms ul li input:active {
border: 0;
}

.sidenav-sms .tel-sms-input ul li label {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 23px;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    width: 100%;
    color: #000;
}

.sidenav-sms .tel-sms-input ul li.active {
    border: 1px solid #f00;
}

.sidenav-sms .tel-sms-input ul li select {
    margin: 0;
    padding: 0;
        font-size: 11px;
    border: 0;
    height: 26px;
        padding-right: 10px;
        color: #000;
    background-color: #fbfbfb;
    text-align:center;
}

.sidenav-sms .tel-sms-input ul li input {
    margin: 0;
    padding: 0 15px;
    font-size: 11px;
    border: 0;
    height: 26px;
        width: 100%;
    color: #000;
    background-color: #fbfbfb;
    text-align:center;
}
.sidenav-sms .tel-sms-input ul li select:active {
    border: 0;
}
.sidenav-sms .tel-sms-input ul li input:active {
border: 0;
}

.sidenav-sms .service_block {
    border: 0;
    margin: 0;
    padding: 0;
    margin-top:22px;
    text-align:center;
	}
.sidenav-sms .service_block .btn {
    background-color: #0082cd;
    border: 0;
    color: white;
    padding: 13px 28px;
    font-size: 14px;
    /* cursor: pointer; */
    width: 100%;
    height: auto;
}

.sidenav-sms .service_block .btn:hover {background: #0b7dda;}

.sidenav-sms .service_block ul.agree-my li {
    margin-top:13px;
text-align: left;
}
.sidenav-sms .service_block ul.agree-my li label {
    font-size: 11px;
    font-weight: 300;
    color: #000;
    letter-spacing: -1px;
    margin-right: 5px;
}

.sidenav-sms .service_block ul.agree-my li label a {
    color:#000;
}

.sidenav-sms .service_block ul.agree-my li label input {
    width:11px;
    height:11px;
}

.sidenav-sms .service_block ul.agree-my li:first-child label {
    font-size: 14px;
	font-weight: 500;
    color:#000;
}
/* When the checkbox is checked, input[type=checkbox] */
#agree-all-pop:checked {
  background-color: #f00;
}
#agree-all-pop {
  height: 11px;
  width: 11px;
}
.sidenav-sms .service_block p {
    color: #5f5f5f;
    font-size: 11px;
    line-height: inherit;
    font-weight: 300;
}

.sidenav-sms .service_block p > a {
    font-size: 10px;
    display: inline-block;
    letter-spacing: -1px;
    line-height: 16px;
}

.sidenav-sms .service_block p > span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
    display: block;
}

.sidenav-sms .service_block p > span a {
    color:#0082cd;
}

.sidenav-sms .customer-center p {
    color: #333;
    /* font-size: 15px; */
    line-height: inherit;
    background-image: url(../img/telephone_48.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 24px;
    margin-left: 20px;
	padding-left: 30px;
}

.sidenav-sms .customer-center p strong {
    /* letter-spacing: -1px; */
    font-size: 22px;
    color: #e63b63;
    font-weight: 500;
}

/* 2023.05.03 추가 - 이유경 */
.chk-time{
    width: 50px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
.chk-time span{
    color:#f00;
    font-size: 12px;
}
#auth_num_reg_1::placeholder{
    font-size: 12px;
}
.num-reg__wrap{
    display: flex;
    align-items: center;
}
label.chk-on {
    font-weight: bold !important;
}
label.chk-on b ,
label.chk-on+a {
    font-weight: bold !important;
}

@media screen and (max-width: 1024px)
{
    #section2 .content2 .text1 {
        font-size:40px;
    }

    #section2 .content2 .text2 {
        width:200px;
    }

    #section2 .content2>div>div>div {
        padding-top:30px;
    }

    #section2 .content2>div {
        padding: 130px 40px;
    }

    #section2 .content2 .line {
        width:calc(100% - 80px);
    }

    #section2 .content2 ._text {
        font-size:33px;
    }

    #section2 .content2 .text2 div span {
        font-size:18px;
    }

    #section2 .content2 .text1.first {
        width:auto;
    }

    #section2 .content3 .cost>div {
        padding: 40px 17px;
    }

    #section2 .content3 .cost .text1 {
        font-size: 18px;
    }

    #section2 .content3 .cost .text2 b {
        font-size: 25px;
    }

    #section2 .content3 .cost .text2 {
        font-size: 17px;
    }

    #section2 .content3 .cost .text3 {
        font-size: 14px;
        margin-bottom: 25px;
    }

    #section2 .content3 .cost .text4::before {
        background-size: 20px 20px;
        width:20px;
        height:20px;
    }

    #section2 .content3 .cost .text4 {
        font-size: 15px;
        padding-left: 8px;
    }

    #section2 .content3 .cost .first img {
        width: 90px;
    }

    #section2 .content3 .cost .first .text2 b {
        font-size: 34px;
    }

    #section2 .content3 .cost .first .text3 {
        font-size: 20px;
    }

    #section2 .content3 .cost .first .text4 {
        font-size: 19px;
        padding-left: 8px;
    }

    #section2 .content3 .cost .first .text4::before {
        background-size: 25px 25px;
    }

    #section2 .content3 .cost .first div {
        font-size: 19px;
    }

    #section3 .content1 .text2 {
        font-size: 20px;
    }

    footer .footer-wrap1 {
        margin-right: 60px;
    }

    #section3 .add-cut>img {
        width: 350px;
        max-width: 50%;
    }
}


@media screen and (max-width: 768px)
{
    .sidenav-sms {
        display:none;
    }
    
    nav {
        position:fixed;
        top:44px;
        bottom:0;
        right:-250px;
        height:100%;
        width:250px;
        padding-top:10px;
        padding-left:10px;
        background:#1e1e1e;
    }

    input:checked ~ nav {
        right:0;
    }

    nav div.active, nav div.active:hover {
        color:#337ab7;
        background-color:#0000;
    }

    header input {
        cursor:pointer;
    }

    #menuToggle {
        display:block;
    }

    nav:hover {
        height:auto;
    }

    nav div {
        padding-top: 10px;
        height: 40px;
    }

    nav li {
        margin-bottom: 30px;
    }

    nav ul {
        display:block;
        margin-bottom:15px;
        text-align:left;
    }

    nav span {
        padding-left:35px;
        color:white;
    }

    #section1 {
        padding-top:44px;
    }

    #section1 div {
        font-size: 14px;
        padding: 6px 20px;
        bottom:7%;
    }

    #section3 .content1 .pc {
        display:none;
    }
    
    #section3 .content1 .mobile {
        display:block;
    }

    .title {
        padding-top: 50px;
        margin-bottom: 40px;
    }

    .title img {
        width: 40px;
    }

    .title div {
        font-size: 26px;
    }

    #section2 .content1>div>div {
        padding: 10px;
        font-size: 15px;
        line-height: 25px;
        min-width: 200px;
        left: 0;
    }

    #section2 .content1>div>div.right {
        right: 0;
        left: auto;
    }

    #section2 .content2>div {
        padding: 20px 15px;
    }

    #section2 .content2 .text1 {
        font-size: 20px;
        letter-spacing: -2px;
        margin-top: 30px;
    }

    #section2 .content2 span {
        display: inline-block;
        margin-right: 5px;
    }

    #section2 .content2 .text2 {
        width:auto;
    }

    #section2 .content2 .text2>img {
        display:none;
    }

    #section2 .content2>div>div {
        display:block;
        float: unset !important;
    }

    #section2 .content2 .line {
        width: calc(100% - 30px);
    }

    #section2 .content2>div>div>div {
        position: unset;
        transform: unset;
        text-align: left;
        padding-top: 15px;
    }

    #section2 .content2>div>div>div>* {
        display:inline-block;
    }

    #section2 .content2 .text2 div img {
        width: 15px;
        margin-bottom: 0px;
    }

    #section2 .content2 .text2 div span {
        font-size: 13px;
        letter-spacing: -1px;
    }

    #section2 .content2 ._text {
        font-size: 20px;
    }

    #section2 .content3 {
        margin-top: 30px;
    }

    #section2 .content3>.text1 {
        padding: 33px;
        font-size: 23px;
    }

    #section2 .content3>img {
        width: 50px;
    }

    #section2 .content3 .cost {
        padding-bottom: 50px;
    }

    #section2 .content3 .cost .first img {
        width: 70px;
        left: -29px;
    }

    #section2 .content3 .cost .first .text1 {
        font-size: 22px;
        font-weight: 700;
    }

    #section2 .content3 .cost .first {
        padding: 15px 25px;
    }

    #section2 .content3 .cost .first .text1 {
        font-size:23px;
    }

    #section2 .content3 .cost .first .text2 b {
        font-size: 30px;
    }

    #section2 .content3 .cost .first .text2 {
        font-size: 18px;
        margin-top: 1px;
    }

    #section2 .content3 .cost .first .text3 {
        font-size: 18px;
    }

    #section2 .content3 .cost .first .text3 {
        font-size: 20px;
        margin-top: 13px;
        margin-bottom: 18px;
    }

    #section2 .content3 .cost .first .text4 {
        font-size: 15px;
        margin-top: 10px;
    }

    #section2 .content3 .cost .first .text4::before {
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
    }

    #section2 .content3 .cost .first div {
        font-size: 16px;
        margin-top: 19px;
    }

    #section2 .content3 .cost>div {
        padding: 22px 36px;
    }

    #section2 .content3 .cost .text1 {
        font-size: 16px;
    }

    #section2 .content3 .cost .text2 {
        font-size: 15px;
    }

    #section2 .content3 .cost .text2 b {
        font-size: 22px;
    }

    #section2 .content3 .cost .text3 {
        margin-top:7px;
    }

    #section2 .content3 .cost .text4 {
        font-size: 14px;
        margin-top: 8px;
    }

    #section2 .content3 .cost .text4::before {
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
    }

    #section3 .content1 .text1 {
        font-size: 19px;
        margin-top: 50px;
        font-weight: 500;
    }

    #section3 .content1 .text1::before {
        font-size: 11px;
        margin-right: 10px;
    }

    #section3 .content1 .text2 {
        font-size: 14px;
        padding: 0 15px;
        margin-top: 10px;
        margin-bottom: 30px;
        word-break: keep-all;
        text-align:left;
    }

    #section4 .text1, #section6 .text1 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    #section4 .content1 .input-wrap1 {
        margin-bottom:20px;
        display:inline-block;
    }

    #section4 .content1 .input-wrap1 label {
        font-size: 16px;
        display: block;
        margin-bottom: 8px;
    }

    #section4 .content1 {
        padding-left:15px;
        padding-right:15px;
    }

    #section4 .content1 .input-wrap2 {
        /* display:inline-block; */
        display:block;
        width: 287px;
    }

    #section4 .content1 .input-wrap1 #tel_sel1_1, #section4 .content1 .input-wrap1 #tel_sel2_1 {
        width: 130px;
        font-size: 15px;
    }

    #section4 .content1 .input-wrap1 #tel_sel1_2, #section4 .content1 .input-wrap1 #tel_sel2_2 {
        font-size:15px;
        width:70px;
    }

    #section4 .content1 .input-wrap1 input {
        font-size: 15px;
        width: 140px;
    }

    #section4 .content1 .input-wrap1 button {
        font-size: 15px;
        padding: 6px 8px;
    }

    #section4 .content1 .input-wrap1>div {
        margin: 18px 0px;
    }

    #section4 .content1 .input-wrap2>div {
        margin: 0;
    }

    #section4 .content1 .input-wrap2 input {
        transform: scale(1.1);
        margin-right: 5px;
    }

    #section4 .content1 .input-wrap2 label b {
        font-size: 16px;
    }

    #section4 .content1 .input-wrap2>div>span {
        display: block;
        font-size: 14px;
        letter-spacing: 0px;
        padding: 2px 0;
    }

    #section4 .content1 .input-wrap2>div:first-child {
        margin-bottom:10px;
    }

    #section4 .content1 .text2 {
        display: block;
        font-size: 22px;
        margin-top: 50px;
        text-align: center;
    }

    #section4 .content1 .text3 {
        font-size: 14px;
        text-align: left;
        margin:0;
        line-height: 23px;
        display: inline;
    }

    #section4 .content1 .text-wrap {
        text-align:left;
    }

    #section4 .content1 .text4 {
        font-size: 12px;
        margin-top: 10px;
    }

    #section4 .content1 .line {
        width: calc(100% - 10px);
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #section4 .content1 .text3 {
        font-size: 13px;
    }

    #section4 .content1 .text3>b {
        font-size: 16px;
    }

    #section5 .content1 .tab>span {
        font-size: 15px;
    }

    #section5 .content1, #section6 .content1, #section6 .content2 {
        width: calc(100% - 30px);
    }

    .accordion {
        font-size:13px;
    }

    .accordion span.num-my {
        margin-right: 8px;
    }

    .accordion span.title-my {
        width: 60%;
    }

    .topright-btn-close {
        font-size:20px;
    }

    #section5 .content1, #section6 .content1, #section6 .content2 {
        margin-bottom:60px;
    }

    footer .text2 b {
        font-size: 23px;
    }

    footer .text2 {
        font-size: 13px;
        line-height: 23px;
    }

    footer .footer-wrap1 {
        margin-right:0px;
        margin-bottom: 20px;
    }

    footer>div>div {
        display: block;
    }

    footer .text3 {
        margin-bottom:5px;
    }

    footer .text4 {
        font-size: 11px;
        line-height: 15px;
        word-break: keep-all;
    }

    .logo {
        padding: 5px;
        padding-top:10px;
        font-size: 17px;
        height:44px;
    }

    #section3 .add-cut>img {
        width: 90%;
        max-width: none;
        margin-left: auto !important;
        margin-top: 20px;
    }

    /* 2023.05.03 추가 - 이유경 */
    #certified_wrap4_reg_2 label,
    #certified_wrap4_reg_3 label,
    #certified_wrap4_reg_4 label{
        width: 100% !important;
    }
    #certified_wrap4_reg_2 input{
        max-width: 225px !important;
    }

}

    /* 2023-04-18 인증번호 추가  */
    #certified_wrap1,
    #certified_wrap2,
    #certified_wrap3,
    #certified_wrap4,
    #sign-up-btn
    {
        display: none;
    }
    