@charset "utf-8";
.wrap-contents .container { max-width: 1600px; } 
@media (max-width: 1620px){
  .wrap-contents .container { padding: 0 20px; } 
}

.wrap-contents .objHeading_h2 { position: relative; font-family:'Pretendard Bold'; display:inline-block; line-height:1.5; font-size:32px; letter-spacing: -0.5px; color:#222; margin-top: 50px; } 
.wrap-contents .objHeading_h2::before { content: ''; position: absolute; right: -26px; top: -5px; width: 19px; height: 16px; background: url('../../images/guide/ic-h2.png') no-repeat center / cover; } 
.wrap-contents .objHeading_h3 { position: relative; font-family:'Pretendard Bold'; display:inline-block; line-height:1.5; font-size:26px; letter-spacing: -0.5px; color:#454444; margin-top: 30px; } 
.wrap-contents .objHeading_h4 { position: relative; font-family:'Pretendard SemiBold'; display:inline-block; line-height:1.5; font-size:24px; letter-spacing: -0.5px; color:#00baf2; margin-top: 30px; } 
.wrap-contents .objHeading_h5 { position: relative; font-family:'Noto Medium'; display:inline-block; line-height:1.5; font-size:18px; letter-spacing: -0.5px; color:#333333; padding: 0 0 0 20px; margin-top: 50px; } 

@media(max-width: 768px){
  .wrap-contents .objHeading_h2 {font-size: 26px;} 
  .wrap-contents .objHeading_h3 { font-size: 24px; } 
  .wrap-contents .objHeading_h4 { font-size: 22px; } 
}


.wrap-contents .con-desc { font-size:18px; color:#333333; line-height:25px; letter-spacing: -0.5px; font-family: 'Pretendard Light' } 

@media (max-width: 768px) {
  .wrap-contents .con-desc {font-size: 17px;}
}

.wrap-contents .align-r { text-align:right; } 
.wrap-contents .align-c { text-align:center; } 
.wrap-contents .align-l { text-align:left; } 

.wrap-contents .p-color1 { color:#183d93; } 
.wrap-contents .p-color2 { color:#018cff; } 
.wrap-contents .p-color3 { color:#eb8105; } 

.wrap-contents .txt-color1 { color: #ad0000; } 
.wrap-contents .txt-color2 { color: #00baf2; } 
.wrap-contents .txt-color3 { color: #0070d8; } 

.wrap-contents .b1 {font-family: 'Pretendard SemiBold';}

.wrap-contents .con-table { position:relative; } 
.wrap-contents .con-table:after { content:''; position: absolute; right:-2px; top:0px; width:3px; height:100%; background:#fff; } 
.wrap-contents .con-table table { font-family:'Noto DemiLight'; position:relative; } 
.wrap-contents .con-table table:after { content:''; position:absolute; top:0px; left:0px; width:100%; height:2px; background:#43505d; } 
.wrap-contents .con-table thead th { padding:15px 10px; font-weight:normal; background:#f5f5f5; color:#111;border-top: 1px solid #e2e2e2; border-right:1px solid #e2e2e2; font-size:18px; font-family: "Pretendard Regular"; } 
.wrap-contents .con-table tbody tr:first-child th, .wrap-contents .con-table tbody tr:first-child td { border-top: 1px solid #e2e2e2; } 
.wrap-contents .con-table tbody th { padding:12px 10px; color:#666; border-right:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; font-size:18px; font-weight:normal; font-family: "Pretendard Regular" } 
.wrap-contents .con-table tbody td { padding:12px 10px; background:#fff; color:#666; border-right:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; font-size:18px; text-align: left; letter-spacing: -0.5px; font-family: "Pretendard Regular" } 
.wrap-contents .con-table table.align-c th {text-align: center;}
.wrap-contents .con-table table.align-c td {text-align: center;}

.wrap-contents .con-table .table-link { position: relative; color: #222; cursor: pointer; } 
.wrap-contents .con-table .table-link::before { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: #a9a9a9; transition: width .25s; } 
.wrap-contents .con-table .table-link:hover::before { width: 100%; } 
.wrap-contents .con-table .table-mail { position: relative; } 
.wrap-contents .con-table .table-mail::before { content: ''; position: absolute; right: -23px; top: 2px; width: 18px; height: 18px; background: url('../../images/guide/ic-table_mail.png') no-repeat center / cover; } 

.wrap-contents .con-table .align-l { text-align:left; } 
.wrap-contents .con-table .align-c { text-align:center; } 
.wrap-contents .con-table .align-r { text-align:right; } 

@media all and (max-width:860px) {
  .wrap-contents .con-table {overflow-x: hidden;}
  .wrap-contents .con-table table {width:1000px;}
  .wrap-contents .con-table:after {content:''; position:absolute; left:0; top:0; width:100%; height:100%; background: url('../../images/guide/img_mobile_text.png') no-repeat center center / 300px;}
  .wrap-contents .con-table.on:after {display:none;}
}

@media (max-width:768px){
  .wrap-contents .con-table thead th {font-size: 16px;}
  .wrap-contents .con-table tbody th {font-size: 16px;}
  .wrap-contents .con-table tbody td {font-size: 16px;}
}

.ready-inner { background: #fff; padding: 10px; border: 10px solid #eee; } 
.ready-box { padding: 60px 0 50px 0; } 
.ready-logo { width: 220px; margin: 0 auto; } 
.ready-textbox { text-align: center; margin-top: 35px; } 
.ready-textbox h1 { display: inline-block; position: relative; padding: 0 35px; font-family: 'Pretendard Medium'; font-size: 40px; color: #000; } 
.ready-textbox h1 span { font-family: 'Pretendard Bold'; color: #0070d8; } 
.ready-textbox p { margin-top: 10px; font-size : 22px; color: #666; font-family: 'Pretendard Light'; } 

@media all and (max-width: 768px){
  .ready-box { padding: 50px 0 40px 0; } 
  .ready-textbox h1 { font-size: 25px; } 
  .ready-textbox p { font-size: 16px; } 
}

@media all and (max-width: 420px){
  .ready-logo { width: 150px; } 
  .ready-box { padding: 50px 20px 40px 20px; } 
  .ready-textbox h1 { font-size: 20px; } 
}

.wrap-contents .con-ready { padding:80px 0; text-align:center; background: url('../../images/common/bg_ready.jpg') no-repeat center top; border:1px solid #cccccc; } 
.wrap-contents .con-ready .text { font-size:38px; padding:32px 0 0 0; } 
.wrap-contents .con-ready .text span { font-family:'Noto Bold'; position:relative; color:#018cff; display:inline-block; padding:0 6px; } 
.wrap-contents .con-ready .text span:last-child:after { display:none; } 
.wrap-contents .con-ready .text span:after { content: '/'; position:absolute; right:-7px; top:15px; font-size:15px; font-family: Noto Black; } 

@media all and (max-width:420px){
  .wrap-contents .con-ready .text { font-size: 26px; } 
  .wrap-contents .con-ready .text span:after { top:8px; } 
}

/* guide 추가 작업 */
.sub-indent { padding-left: 20px; } 

.mobile-tab{display:none;}
.menuUItab .div_3 > a{display:none;}
.menuUItab .div_4 > a{display:none;}

.menuUItab .div_3 {border-top: 2px solid #0070d8;margin-bottom: 35px;}
.menuUItab .ul_3 {display: flex;}  
.menuUItab .li_3 {text-align: center;border-right: 1px solid #ccc;width:50% !important;}

.menuUItab .li_3:nth-child(1) .a_3{border-left:1px solid #ccc;}
.menuUItab .a_3 {display: block;width: 100%;height: 100%;padding: 10px 20px;font-size: 18px;color: #666;font-family: 'Pretendard Regular';border-bottom:1px solid #ccc;transition:all ease .3s;}
.menuUItab .a_3:hover{border:1px solid #0070d8 !important;color:#fff;background:#0070d8;}
.menuUItab .a_3._active{border:1px solid #0070d8 !important;color:#fff;background:#0070d8;}

.menuUItab{margin-bottom: 65px;}
.menuUItab .div_4{background:#f1f4f7;}
.menuUItab .ul_4 {display: flex; align-items: flex-end; flex-wrap: wrap;}
.menuUItab .ul_4 .li_4{line-height: 1;transition: 0.3s;width: auto !important;min-width: 200px;!i;!;position: relative;}
.menuUItab .ul_4 .li_4 a{font-size: 16px;color: #333;font-family: 'Pretendard Medium';padding: 17px 20px;width: 100%;height: 100%;text-align: center;letter-spacing: -0.5px;display: flex;align-items: center;justify-content: center;position: relative;}
.menuUItab .ul_4 .li_4 a:after{content:'';width:0;height: 3px;background:#004e96;position: absolute;left: 0;bottom: 0;transition:.3s;}
.menuUItab .ul_4 .li_4 a:hover:after{width:100%;}
.menuUItab .ul_4 .li_4._active a:after{width:100%;}
.menuUItab .ul_4 .li_4 a:hover,
.menuUItab .ul_4 .li_4._active a{color: #004e96;font-family: 'Pretendard Bold';}
.menuUItab .ul_4 .li_4 + li:before{content:'';width:2px;height: 16px;background: #d2d2d2;position:absolute;left: -1px;top:50%;margin-top: -8px;}

.con-list1 > ul > li { position: relative; font-size: 18px; line-height: 25px; letter-spacing: -0.5px; color: #222; margin: 13px 0; padding-left: 20px; font-family: 'Pretendard SemiBold'; } 
.con-list1 > ul > li:last-child { margin: 13px 0 0; } 
.con-list1 > ul > li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: #004e96; } 

.con-list2 > ul > li { position:relative; margin: 10px 0; padding: 0 0 0 20px; color:#333; font-size: 18px; font-family: 'Pretendard Light'; } 
.con-list2 > ul > li:last-child { margin: 10px 0 0; } 
.con-list2 > ul > li:before { content:''; position:absolute; left: 0; top: 12px; width:6px; height:1px; background:#000; } 

.con-list3 > ul > li { position:relative; padding: 0 0 0 14px; margin: 7px 0; color:#555; font-size: 18px; font-family: 'Pretendard Light'; } 
.con-list3 > ul > li:before { content:''; position:absolute; left: 0; top: 11px; width:6px; height:6px; border-radius: 50%; background:#ccc; } 

@media(max-width: 1023px){
  .menuUItab{margin-bottom:60px;}
}

@media(max-width: 768px){
  .menuUItab{margin-bottom:30px;}
  .menuUItab .div_3 {margin-top:25px;border-top: 0;margin-bottom: 15px;}
  .menuUItab .ul_4 .li_4 a{font-size:16px;color: #666;font-family: 'Pretendard Regular';padding: 15px 20px;}

  .con-list1 > ul > li { font-size: 16px; margin: 10px 0; } 
  .con-list2 > ul > li { font-size: 16px; margin: 8px 0; } 
  .con-list3 > ul > li { font-size: 16px; margin: 5px 0; }
  .con-list1 > ul > li { padding-left: 14px;}
  .con-list1 > ul > li::before {width: 6px; height: 6px;} 
  .con-list2 > ul > li {padding: 0 0 0 14px;}
  .con-list3 > ul > li:before {width: 5px;height: 5px;top: 10px;}

  .menuUItab .div_3 > a{display:block;text-align:center;font-size:16px;font-family:'Pretendard SemiBold';position:relative;padding: 15px 20px;border-top: 0 !important;}
  .menuUItab .div_3 > .a_3._active{border-top: 0 !important;}
  .menuUItab .div_3 > a:after{content:'';width:16px;height:10px;background:url('../../images/common/a_3_arrow.png') no-repeat center;position:absolute;right: 22px;top:50%;margin-top:-5px;transform:rotate(180deg);transition:.3s;}
  .menuUItab .div_3 > a.open:after{transform:rotate(0);}
  .menuUItab .div_3 > a + a{display:none;}
  .menuUItab .ul_3{display:block;height:0;overflow:hidden;}
  .menuUItab .ul_3.open{height:100%;}
  .menuUItab .li_3{width:100% !important;border: 0;}
  .menuUItab .li_3 > a{font-family:'Pretendard Regular';font-size:16px;color:#666;border-top:0;border-bottom:1px solid #ccc !important;border-color:#ccc !important;border-left: 1px solid #ccc !important;border-right:1px solid #ccc !important;padding: 15px 20px;}
  .menuUItab .li_3 > a:hover{color:#0070d8;background:#f7f7f7;border-bottom:1px solid #ccc !important;border-top:0 !important;border-left:1px solid #ccc !important;border-right:1px solid #ccc !important;}
  .menuUItab .li_3 > a._active{color:#0070d8;background:#f7f7f7;border-bottom:1px solid #ccc !important;border-top:0 !important;border-left:1px solid #ccc !important;border-right:1px solid #ccc !important;}

   /**.menuUItab .div_4 > a:nth-child(1){display:none;}**/
  .menuUItab .div_4 > a{display:block;text-align:center;font-size:16px;font-family:'Pretendard SemiBold';position:relative;border:1px solid #004e96;background:#fff;padding: 15px 20px;color:#004e96;}
  .menuUItab .div_4 > a:after{content:'';width: 30px;height: 30px;background:url('../../images/common/a_4_arrow.png') no-repeat center;position:absolute;right: 15px;top:50%;margin-top: -15px;transform:rotate(180deg);transition:.3s;}
  .menuUItab .div_4 > a.open:after{transform:rotate(0);}
  .menuUItab .ul_4{display:block;height:0;overflow:hidden;}
  .menuUItab .ul_4.open{height:100%;border: 1px solid #004e96;border-top: 0;}
  .menuUItab .ul_4 .li_4 a:hover, .menuUItab .ul_4 .li_4._active a{font-family:'Pretendard SemiBold';background:#fff;}
  .menuUItab .ul_4 .li_4 a:after{display:none;}
  .menuUItab .ul_4 .li_4 + li:before{display:none;}
}

.circle-num-list > ul > li { position: relative; font-size: 18px; letter-spacing: -0.5px; color: #333; padding: 0 0 0 35px; margin: 10px 0; } 
.circle-num-list > ul > li:last-child { margin: 10px 0 0; } 
.circle-num-list > ul > li .num { position: absolute; left: 0; top: 0; vertical-align: middle; font-family: "Pretendard SemiBold"; font-size: 14px; letter-spacing: -0.5px; color: #fff; width: 26px; height: 26px; border-radius: 50%; background: #444; text-align: center; line-height: 26px; } 

.txt-list > ul > li { display: flex; align-items: flex-start; margin: 10px 0; font-size: 18px; color: #555; font-family: 'Pretendard Light'; } 
.txt-list > ul > li:last-child { margin: 10px 0 0; } 
.txt-list > ul > li > strong { margin: 0 5px 0 0; color: #333; font-family: 'Pretendard SemiBold'; flex-shrink: 0; } 
.txt-list > ul > li strong::before { margin: 0 3px 0 0; } 
.txt-list > ul > li:nth-child(1) strong::before { content: '가.'; } 
.txt-list > ul > li:nth-child(2) strong::before { content: '나.'; } 
.txt-list > ul > li:nth-child(3) strong::before { content: '다.'; } 
.txt-list > ul > li:nth-child(4) strong::before { content: '라.'; } 
.txt-list > ul > li:nth-child(5) strong::before { content: '마.'; } 
.txt-list > ul > li:nth-child(6) strong::before { content: '바.'; } 

.con-list-notice { display: inline-block;margin: 4px 0 0;font-size: 18px; font-family: 'Pretendard Light' } 

@media(max-width: 768px){
  .con-list1 > ul > li { font-size: 16px; margin: 10px 0; } 
  .con-list2 > ul > li { font-size: 16px; margin: 8px 0; } 
  .con-list3 > ul > li { font-size: 16px; margin: 5px 0; } 

  .circle-num-list > ul > li { font-size: 16px; } 

  .txt-list > ul > li { font-size: 16px; } 

  .con-list-notice { font-size: 16px; } 
}

.point-txt { font-size: 16px; color: #555; line-height: 1.5; letter-spacing: -0.5px; font-family: "Noto Light"; padding-left: 38px; } 
.point-txt.point-txt1 { background: url("../../images/guide/ic-point-1.png") no-repeat left top 4px; } 
.point-txt.point-txt2 { background: url("../../images/guide/ic-point-2.png") no-repeat left top 4px; } 
.point-txt.point-txt3 { background: url("../../images/guide/ic-point-3.png") no-repeat left top 4px; } 

@media (max-width: 768px) {
  .point-txt { font-size: 15px; padding-left: 35px; } 
}

.explain-box { background: #f7f8f9; padding: 40px; } 
.explain-box .tit { display: block; margin: 0 0 20px; padding: 0 0 15px; border-bottom: 1px solid #ccc; font-size: 22px; font-family: 'Pretendard SemiBold'; color: #222; } 
.explain-box .list li { position: relative; padding: 0 0 0 46px; margin: 0 0 20px; color: #333; font-size: 18px; } 
.explain-box .list li:last-child { margin: 0; } 
.explain-box .list li .num { position: absolute; left: 0; top: 0; width: 30px; height: 30px; background: #00baf2; font-size: 16px; color: #fff; font-family: 'Pretendard Medium'; line-height: 30px; text-align: center; } 

.sub-content-box { display: flex; } 
.sub-content-box .txt-box { width: 50%; padding: 200px 40px 60px 45px; background: #004e96 url(../../images/guide/sub-content-box-bg.jpg) no-repeat center; } 
.sub-content-box .txt-box .sub-tit { display: block; margin: 0 0 15px; font-size: 20px; color: #fff; font-family: 'Pretendard Light'; } 
.sub-content-box .txt-box .tit { font-size: 40px; color: #fff; font-family: 'Pretendard Bold'; line-height: 50px; } 
.sub-content-box .img-box { width: 50%; } 
.sub-content-box .img-box img { width: 100%; height: 100%; object-position: center; object-fit: cover; } 

@media (max-width: 1024px){
  .sub-content-box .txt-box { padding: 120px 40px 80px 45px; background: #004e96 url(../../images/guide/sub-content-box-bg.jpg) no-repeat right top / cover; } 
  .sub-content-box .txt-box .tit { font-size: 36px; line-height: 45px; } 
}

@media (max-width: 768px){
  .sub-content-box { flex-direction: column; } 
  .sub-content-box .txt-box { width: 100%; padding: 35px 40px 100px 20px; } 
  .sub-content-box .txt-box .tit { font-size: 30px; line-height: 40px; } 
  .sub-content-box .txt-box .sub-tit { margin: 0 0 10px; } 
  .sub-content-box .img-box { width: 100%; } 
}

.sub-link-box { padding: 20px 50px; background: #f2f6f9; } 
.sub-link-box > div { display: flex; justify-content: space-between; align-items: center; width: 100%; } 
.sub-link-box .info-txt { display: flex; } 
.sub-link-box .info-txt li { display: flex; align-items: flex-start;max-width:600px; margin: 0 90px 0 0; font-size: 18px; font-family: 'Pretendard Regular'; color: #333; } 
.sub-link-box .info-txt li:last-child {  margin: 0 60px 0 0; width: 240px;flex-shrink: 0;} 
.sub-link-box .info-txt li strong { position: relative; padding: 0 0 0 20px; margin: 0 30px 0 0; font-family: 'Pretendard Bold'; color: #004e96; } 
.sub-link-box .info-txt li strong::before { content: ''; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: #004e96; } 
.sub-link-btn { position: relative; background: #004e96; border-radius: 5px; padding: 13px 23px 13px 55px; font-size: 16px; color: #fff; font-family: 'Pretendard SemiBold'; flex-shrink: 0;} 
.sub-link-btn span { color: #fff; } 
.sub-link-btn::before { content: ''; position: absolute; left: 20px; top: 50%; margin: -9px 0 0; width: 18px; height: 18px; background-repeat: no-repeat;background-position: center; background-size: contain;} 

.sub-link-btn.ic1::before {background-image: url(../../images/guide/guide-ic10.png);}
.sub-link-btn.ic2::before {background-image: url(../../images/guide/guide-ic11.png);}
.sub-link-btn.ic3::before {background-image: url(../../images/guide/guide-ic12.png);}
.sub-link-btn.ic4::before {background-image: url(../../images/guide/guide-ic13.png);}
.sub-link-btn.ic5::before {background-image: url(../../images/guide/guide-ic14.png);}
.sub-link-btn.ic6::before {background-image: url(../../images/guide/guide-ic15.png);}
.sub-link-btn.ic7::before {background-image: url(../../images/guide/guide-ic16.png);}
.sub-link-btn.ic8::before {background-image: url(../../images/guide/guide-ic17.png);}
.sub-link-btn.ic9::before {background-image: url(../../images/guide/guide-ic18.png);}
.sub-link-btn.ic10::before {background-image: url(../../images/guide/guide-ic19.png);}
.sub-link-btn.ic11::before {background-image: url(../../images/guide/guide-ic20.png);}
.sub-link-btn.ic12::before {background-image: url(../../images/guide/guide-ic21.png);}
.sub-link-btn.ic13::before {background-image: url(../../images/guide/guide-ic22.png);}
.sub-link-btn.ic14::before {background-image: url(../../images/guide/guide-ic23.png);}
.sub-link-btn.ic15::before {background-image: url(../../images/guide/guide-ic24.png);}
.sub-link-btn.ic16::before {background-image: url(../../images/guide/guide-ic25.png);}
.sub-link-btn.ic17::before {background-image: url(../../images/guide/guide-ic26.png);}
.sub-link-btn.ic18::before {background-image: url(../../images/guide/guide-ic27.png);}
.sub-link-btn.ic19::before {background-image: url(../../images/guide/guide-ic28.png);}
.sub-link-btn.ic20::before {background-image: url(../../images/guide/guide-ic29.png);}
.sub-link-btn.ic21::before {background-image: url(../../images/guide/guide-ic30.png);}
.sub-link-btn.ic22::before {background-image: url(../../images/guide/guide-ic31.png);}


@media(max-width: 1024px){
  .sub-link-box .info-txt li { margin: 0 40px 0 0;} 
}

@media(max-width: 980px){
  .sub-link-box { padding: 30px 25px; } 
  .sub-link-box .info-txt {flex-direction: column;}
  .sub-link-box .info-txt li { margin: 0 30px 8px 0; } 
}

@media(max-width: 768px){
  .sub-link-box { padding: 30px 25px; } 
  .sub-link-box > div { flex-direction: column; align-items: flex-start; } 
  .sub-link-box .info-txt { flex-direction: column; } 
  .sub-link-btn { margin: 13px 0 0; } 
}

.sub-txt-banner { display: flex; align-items: center; padding: 14px 24px; border: 1px solid #dbdbdb; background: #fff; } 
.sub-txt-banner .left { display: flex; align-items: center; position: relative; margin: 0 15px 0 0; padding: 0 50px 0 0; } 
.sub-txt-banner .left::before { content: ''; position: absolute; top: 50%; right: 0; margin: -9px 0 0; width: 1px; height: 18px; background: #ccc; } 
.sub-txt-banner .left .icon { display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; margin: 0 12px 0 0; border-radius: 50%; background: #004e96; } 
.sub-txt-banner .left .tit { font-size: 18px; color: #333; font-family: 'Pretendard Medium'; } 
.sub-txt-banner .right .desc { font-size: 18px; color: #666; font-family: 'Pretendard Regular'; } 
.sub-txt-banner .right .desc em { color: #888; font-family: 'Pretendard Light'; } 

@media(max-width: 1024px){
  .sub-txt-banner { align-items: flex-start; } 
}

@media (max-width: 420px) {
  .sub-txt-banner {flex-direction: column;align-items: center;}
  .sub-txt-banner .left {margin: 0 0 35px;padding: 0;}
  .sub-txt-banner .left::before {left: 50%;top: auto;bottom: -17px;margin: 0 0 0 -20px;width: 40px;height: 1px;right: auto;}
  .sub-txt-banner .right .desc {font-size: 17px;}
}

.icon-list { padding: 25px; } 
.icon-list img { margin: 0 25px 0 0; } 
.icon-list img:last-child { margin: 0; } 
.icon-list1 { background: #004e96; } 
.icon-list2 { background: #fff; border: 1px solid #666 } 
.icon-list3 { background: #222; } 

@media(max-width: 768px) {
  .icon-list img {margin: 0 25px 10px 0;}
}

/* 버튼 스타일 */
.btn-list {display: flex;flex-wrap: wrap;}

.btn-style { display: inline-block; position: relative; margin-bottom: 15px;border: 1px solid #666; background: #fff; transition: .25s; cursor: pointer; } 

.btn-style.type1 { min-width: 300px; padding: 22px 80px 22px 25px; font-family: 'Pretendard Regular'; color: #000; font-size: 18px; } 
.btn-style.type1.down-btn::before { content: ''; position: absolute; right: 30px; top: 50%; margin: -12px 0 0; width: 24px; height: 24px; background: url('../../images/guide/ic_btn-down.png') no-repeat center; } 
.btn-style.type1.more-btn::before { content: ''; position: absolute; right: 30px; top: 50%; margin: -11px 0 0; width: 22px; height: 22px; background: url('../../images/guide/ic_btn-plus.png') no-repeat center; } 

.btn-style.type2 { min-width: 220px; padding: 12px 65px 12px 15px; font-family: 'Pretendard Regular'; color: #000; font-size: 16px; } 
.btn-style.type2.down-btn::before { content: ''; position: absolute; right: 20px; top: 50%; margin: -12px 0 0; width: 24px; height: 24px; background: url('../../images/guide/ic_btn-down.png') no-repeat center; } 
.btn-style.type2.more-btn::before { content: ''; position: absolute; right: 20px; top: 50%; margin: -11px 0 0; width: 22px; height: 22px; background: url('../../images/guide/ic_btn-plus.png') no-repeat center; } 

.btn-style.type1:hover { background: #222; border: 1px solid #222; color: #fff; } 
.btn-style.type2:hover { background: #222; border: 1px solid #222; color: #fff; } 
.btn-style.down-btn:hover::before { background: url('../../images/guide/ic_btn-down-hover.png') no-repeat center; } 
.btn-style.more-btn:hover::before { background: url('../../images/guide/ic_btn-plus-hover.png') no-repeat center; } 

@media(max-width: 768px){
  .btn-list { display: flex; align-items: flex-start; } 

  .btn-style.type1 { display: block; min-width: 220px; max-width: 300px; padding: 13px 54px 13px 20px; font-size: 17px;} 
  .btn-style.type1.down-btn::before { right: 20px; } 
  .btn-style.type1.more-btn::before { right: 20px; } 

  .btn-style.type2 { display: block; min-width: 220px; max-width: 300px; padding: 9px 54px 9px 20px; } 
  .btn-style.type2.down-btn::before { right: 20px; } 
  .btn-style.type2.more-btn::before { right: 20px; } 
}

@media(max-width: 520px){
  .btn-style.type1 { min-width: auto; } 
  .btn-style.type2 {min-width: auto; } 
}

/* 로그인 */
.login-content { max-width: 1000px; margin: 0 auto; background: url("../../images/login/logo_bg.png") no-repeat right bottom; } 
.login-bx { overflow: hidden; } 
.login-form { float: left; width: 50%; padding-right: 5%; margin-right: 5%; box-sizing: border-box; } 
.login-form .login-title { padding-right: 75px; background: url("../../images/login/ic_lock.png") no-repeat right center; margin-bottom: 25px; } 
.login-form .login-title h3 { font-size: 35px; line-height: 40px; letter-spacing: -0.5px; color: #000000; font-family: "Noto Regular"; margin-bottom: 10px; } 
.login-form .login-title p { font-size: 16px; line-height: 25px; letter-spacing: -0.5px; color: #000000; } 
.login-form .login-title p span { color: #1e5ba8; } 

.login-input { padding: 35px 0; border-bottom: 1px solid #D4D4D4; border-top: 1px solid #D4D4D4; } 
.login-input input { width: 100%; height: 50px; padding: 0 15px; font-size: 16px; letter-spacing: -0.5px; border-radius: 5px; background: #F5F5F5; border: 0; } 
.login-input input:first-child { margin-bottom: 10px; } 

.login-bottom { padding: 30px 0; border-bottom: 1px solid #D4D4D4; } 
.login-bottom .check-custom { float: left; } 
.login-bottom .check-custom input { display: none; } 
.login-bottom .check-custom label { position: relative; padding-left: 35px; } 
.login-bottom .check-custom label::before { content: ""; position: absolute; width: 25px; height: 25px; background: url("../../images/login/check_off.png") no-repeat; left: 0; top: 0px; } 
.login-bottom input:checked + label::before { background: url("../../images/login/check_on.png") no-repeat; } 

.login-bottom ul { float: right; } 
.login-bottom ul li { float: left; } 
.login-bottom ul li:first-child::after { content: ""; display: inline-block; vertical-align: middle; margin: 0 10px; width: 1px; height: 15px; background: #9F9F9F; } 
.login-bottom ul li a { display: inline-block; font-size: 16px; line-height: 25px; letter-spacing: -0.5px; color: #5e605f; border-bottom: 1px solid #fff; transition: all 0.3s; } 
.login-bottom ul li a:hover { color: #006cc7; border-bottom: 1px solid #3D83CE; } 

.login-info { position: relative; float: right; width: 45%; } 
.login-info::before { content: ""; position: absolute; width: 100%; height: 6px; background: url("../../images/login/info_bg.png"); left: 0; top: 0; } 
.login-info::after { content: ""; position: absolute; width: 100%; height: 6px; background: url("../../images/login/info_bg.png"); left: 0; bottom: 0; } 
.login-info-bx { padding: 30px 4% 60px; background: rgba(255, 255, 255, 0.7); margin: 6px; } 
.login-info-bx::before { content: ""; position: absolute; width: 6px; background: url("../../images/login/info_bg.png"); left: 0; top: 6px; bottom: 6px; box-sizing: border-box; } 
.login-info-bx::after { content: ""; position: absolute; width: 6px; background: url("../../images/login/info_bg.png"); right: 0; top: 6px; bottom: 6px; box-sizing: border-box; } 
.login-info-bx .login-info-inner:first-child { margin-bottom: 30px; } 

.login-info-bx .login-info-inner .title { font-size: 18px; line-height: 25px; letter-spacing: -0.5px; color: #006cc7; font-family: "Noto Medium"; margin-bottom: 7px; } 
.login-info-bx .login-info-inner .info { font-size: 16px; line-height: 25px; letter-spacing: -0.5px; color: #5f5f5f; } 
.login-info-bx .login-info-inner ul li { position: relative; font-size: 16px; line-height: 25px; letter-spacing: -0.5px; color: #5f5f5f; padding-left: 15px; } 
.login-info-bx .login-info-inner ul li::before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; left: 0; top: 9px; background: #9A9A9A; } 

.login-btn { padding-top: 80px; text-align: center; } 
.login-btn .login-btn-bx { position: relative; display: inline-block; width: 190px; height: 70px; border-radius: 40px; background: #006CC7; } 
.login-btn .login-btn-bx::before { content: ""; position: absolute; width: 0%; height: 100%; left: -40px; top: 0; transform: skewX(-45deg); transition: all 0.5s; z-index: 1; background: #fff; } 
.login-btn a { position: relative; display: inline-block; line-height: 67px; font-size: 18px; letter-spacing: -0.5px; color: #fff; font-family: "Noto Medium"; border: 2px solid transparent; transition: all 0.5s; z-index: 4; width: 190px; height: 70px; border-radius: 40px; } 

.login-btn .login-btn-bx:hover::before { width: 140%; } 
.login-btn a:hover { border: 2px solid #006CC7; color: #006CC7; } 

@media all and (max-width: 767px){
  .login-form { float: none; width: 100%; padding-right: 0; margin-right: 0; margin-bottom: 20px; } 
  .login-info { float: none; width: 100%; } 
}




