@charset "utf-8";

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

	Variables

**************************************************/
:root {

	--layout-width : 1400px; /* 웹사이트 레이아웃 width 값 */
	--key-color1 : #6b52e9;

}

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

	Resets

**************************************************/
html {overflow-x: hidden;}

/* Web Fonts */
@font-face {font-family: 'pre';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Pretendard-Thin.woff') format('woff');font-weight: 100;font-display: swap;}
@font-face {font-family: 'pre';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Pretendard-ExtraLight.woff') format('woff');font-weight: 200;font-display: swap;}
@font-face {font-family: 'pre';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Pretendard-Light.woff') format('woff');font-weight: 300;font-display: swap;}
@font-face {font-family: 'pre';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Pretendard-Regular.woff') format('woff');font-weight: normal;font-display: swap;}
@font-face {font-family: 'pre';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Pretendard-Medium.woff') format('woff');font-weight: 500;font-display: swap;}
@font-face {font-family: 'pre';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Pretendard-SemiBold.woff') format('woff');font-weight: 600;font-display: swap;}
@font-face {font-family: 'pre';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Pretendard-Bold.woff') format('woff');font-weight: 700;font-display: swap;}
@font-face {font-family: 'pre';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Pretendard-ExtraBold.woff') format('woff');font-weight: 800;font-display: swap;}
@font-face {font-family: 'pre';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Pretendard-Black.woff') format('woff');font-weight: 900;font-display: swap;}

@font-face {font-family: 'pop';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Poppins-Light.woff') format('woff');font-weight: 300;font-display: swap;}
@font-face {font-family: 'pop';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Poppins-Regular.woff') format('woff');font-weight: normal;font-display: swap;}
@font-face {font-family: 'pop';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Poppins-Medium.woff') format('woff');font-weight: 500;font-display: swap;}
@font-face {font-family: 'pop';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Poppins-SemiBold.woff') format('woff');font-weight: 600;font-display: swap;}
@font-face {font-family: 'pop';src: url('https://caution-fonts.s3.ap-northeast-2.amazonaws.com/woff/Poppins-Bold.woff') format('woff');font-weight: 700;font-display: swap;}

/* Reset Fonts */
body,td,form,select,input,button,textarea,div,option,pre,p,span,blockquote,li,dt,dd,legend,label,h1,h2,h3,h4,h5,h6{font-family: 'pre', 'Malgul Gothic', sans-serif;font-size: 15px;color: #666666;letter-spacing: -0.025em;word-break:keep-all !important; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;}
/* [Chinese] body,td,form,select,input,button,textarea,div,option,pre,p,span,blockquote,li,dt,dd{font-family: "Microsoft Yahei","微软雅黑",STXihei,"华文细黑",sans-serif;font-size: 14px;color: #666666;} */
/* [Japanese] body,td,form,select,input,button,textarea,div,option,pre,p,span,blockquote,li,dt,dd{font-family: "MS PGothic",Osaka,Arial,sans-serif;font-size: 14px;color: #666666;} */

/* For js */
#_device_pc{display: block;} #_device_ta{display: none;} #_device_mo{display: none;} .__pc{display: block !important;} .__ta{display: none !important;} .__mo{display: none;}

/* Accessibility */
#skip-to-article a {background: #333333;color: #ffffff;display: block;font-size: 30px;height: 0;left: 0;letter-spacing: -0.05em;line-height: 80px;opacity: 0.95;overflow: hidden;position: fixed;text-align: center;text-decoration: none;top: 0;width: 0;z-index: 400;}
#skip-to-article a:focus {height: 80px;width: 100%;}
.sound_only_ele {background: none !important;border: none !important;height: 0 !important;left: 0 !important;overflow: hidden !important;position: absolute !important;text-indent: -999em !important;top: 0 !important;width: 0 !important;}

/* Cursors */
/* body.has_custom_cursor, body.has_custom_cursor *{cursor: none;} */
body.has_custom_cursor a,
body.has_custom_cursor a *,
body.has_custom_cursor button,
body.has_custom_cursor button *,
body.has_custom_cursor input,
body.has_custom_cursor label,
body.has_custom_cursor select{cursor: pointer !important;}
#custom_cursor {width: 12px;height: 12px;position: fixed;top: -999em;left: -999em;pointer-events: none;z-index: 9999999;}
#custom_cursor .in {position: absolute;background-color: rgba(0,0,0,0.7);border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 0;height: 0;transition: all 0.2s;}
#custom_cursor.anchor .in {width: 80px;height: 80px;background-color: rgba(0,0,0,0.1);}
#custom_cursor.m1 .in {width: 120px;height: 120px;background: url('../images/main/m1_scroll.png') no-repeat center center;background-size: contain;}

/* Input */
.inp {background: #ffffff;border: 1px solid #cccccc;box-sizing: border-box;color: #000000;height: 40px;line-height: 40px;padding: 0 10px;vertical-align: top;font-size: 15px;}
.inp:focus {background-color: #f7f7f7;border-color: #333333;}

.slt{background: #ffffff;border: 1px solid #cccccc;box-sizing: border-box;height: 40px;vertical-align: top;position: relative;overflow: hidden;}
.slt:after{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);right: 10px;width: 12px;height: 12px;background: url('../../layout/images/ico_arrow_down.svg') no-repeat center center;background-size: contain;}
.slt select{position: absolute;top: 0;left: 0;width: calc(100% + 30px);height: 40px;border: none;font-size: 15px;padding-left: 10px;background: transparent;cursor: pointer;}

.inp.w100,
.slt.w100 {width: 300px;}
.inp.wfull,
.slt.wfull {width: 100%;}
.inp.w50,
.slt.w50 {width: 150px;}
.inp.w33,
.slt.w33 {width: 170px;}

textarea {background: #ffffff;border: 1px solid #cccccc;box-sizing: border-box;color: #000000;min-height: 200px;padding: 10px;resize: none;width: 100%;font-size: 15px;}
textarea:focus {background-color: #f7f7f7;border-color: #333333;}
input[readonly], select[readonly], textarea[readonly] {background: #f7f7f7;}
.inp[required],
.inp.required,
textarea[required],
textarea.required {background-image: url('../images/input-required-bull.png');background-position: calc(100% - 5px) 5px;background-repeat: no-repeat;}

.many_inputs{font-family: empty;font-size: 0;}
.many_inputs * {vertical-align: middle;}
.many_inputs .hipen{width: 20px;text-align: center;display: inline-block;}

.lab{display: none;}
.lab + label{color: #000000;padding-left: 30px;line-height: 22px;display: inline-block;vertical-align: middle;position: relative;font-size: 15px;margin: 3px 0;}
.lab + label:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 22px;height: 22px;border: 1px solid #333;box-sizing: border-box;}
.lab:checked + label:after{content: '\f1ad';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 22px;line-height: 22px;text-align: center;font-family: 'axicon';font-size: 13px;color: #000;}
.lab.radio + label:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 22px;height: 22px;border-radius: 50%;border: 1px solid #333;box-sizing: border-box;}
.lab.radio:checked + label:after{content: '\f111';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 22px;line-height: 22px;text-align: center;font-family: 'axicon';font-size: 8px;color: #000;}

.finp{position: relative;padding-right: 100px;display: inline-block;width: 300px;}
.finp .input{position: relative;width: 100%;}
.finp .input input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;opacity: 0;}
.finp .input p{font-size: 14px;color: rgba(0,0,0,0.4);line-height: 40px !important;background: #f7f7f7;padding: 0 15px;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;box-sizing: border-box;}
.finp .input p.selected{color: #111;}
.finp button{position: absolute;top: 0;right: 0;width: 100px;height: 40px !important;border-radius: 0;margin: 0;}

/* Captcha */
#zigger-captcha img {width: auto;height: 40px;}
#zigger-captcha .inp {margin-left: 5px;}

/* Button */
.btn-wrap {margin-top: 40px;min-height: 55px;position: relative;text-align: center;}
.btn-wrap .left {text-align: left;}
.btn-wrap .right {display: inline-block;position: absolute;right: 0;top: 0;}
.btn1 {background: #2a2a2b;border: 1px solid #2a2a2b;box-sizing: border-box;color: #ffffff !important;cursor: pointer;display: inline-block;font-size: 16px;height: 55px;letter-spacing: -0.5px;line-height: 53px;min-width: 130px;padding: 0 30px;text-align: center;text-decoration: none !important;transition: all 0.3s;vertical-align: top;border-radius: 3px;}
.btn1:hover {border-color: #2a2a2b;color: #ffffff !important;}
.btn1.small {font-size: 14px;height: 40px;line-height: 38px;min-width: 40px;padding: 0 10px;vertical-align: middle;}
.btn1 > i.fa {margin-right: 3px;}
.btn2 {background: #fafafa;border: 1px solid #999999;box-shadow: 1px 1px 0 rgba(0,0,0,0.05);box-sizing: border-box;color: #333333 !important;cursor: pointer;display: inline-block;font-size: 16px;height: 55px;letter-spacing: -0.5px;line-height: 53px;min-width: 130px;padding: 0 30px;text-align: center;text-decoration: none !important;transition: all 0.3s;vertical-align: top;border-radius: 3px;}
.btn2:hover {background: #f1f1f1;color: #000000 !important;}
.btn2.small {font-size: 14px;height: 40px;line-height: 38px;min-width: 40px;padding: 0 10px;vertical-align: middle;}
.btn2 > i.fa {margin-right: 3px;}
.btn3 {background: #666666;border: none;box-sizing: border-box;color: #ffffff !important;cursor: pointer;display: inline-block;font-size: 16px;height: 55px;letter-spacing: -0.5px;line-height: 53px;min-width: 130px;padding: 0 20px;text-align: center;text-decoration: none !important;transition: all 0.3s;vertical-align: top;border-radius: 3px;}
.btn3:hover {background: #333333;}
.btn3.small {font-size: 14px;height: 40px;line-height: 38px;min-width: 40px;padding: 0 10px;vertical-align: middle;}
.btn3 > i.fa {margin-right: 3px;}
*:disabled {opacity: 0.5;}

/* Table */
.table {border-collapse: collapse;width: 100%;}
.table tr > * {border: 1px solid #f1f1f1;border-width: 1px 0 1px 0;font-size: 15px;letter-spacing: -0.05em;padding: 20px 15px;}
.table tr:nth-child(even) > * {background: #fafafa;}
.table > thead > tr > th {border: 1px solid #000000;border-width: 1px 0;color: #000000;font-weight: 500;}
.table > tbody > tr > th {font-weight: normal;text-align: left;}
.table > tbody > tr > td {color: #666666;}
.table > tbody > tr > td.no {color: #999999;font-size: 13px;}
.table > tbody > tr > td p {line-height: 22px;}
.table > tbody > tr > td a {color: #000000;letter-spacing: -0.05em;}
.table > tbody td strong {color: #000000;font-weight: bold;}
.table.listtbl tbody > tr > * {text-align: center;}

.table_wrt {border-collapse: collapse;width: 100%;table-layout: fixed;}
.table_wrt tr > * {border: 1px solid #eeeeee;border-width: 1px 0 1px 0;font-size: 16px;letter-spacing: -0.05em;padding: 15px;}
.table_wrt tr:first-child > * {border-top: 2px solid #333;}
.table_wrt tr:last-child > * {border-bottom: 1px solid #cccccc;}
.table_wrt tbody th {color: #000000;font-weight: normal;letter-spacing: -0.05em;text-align: left;font-weight: 500;font-weight: 500;background: #f7f7f7;border-color: #e8e8e8;padding: 15px 25px;}
.table_wrt tbody th em {color: #000000;display: inline-block;font-style: normal;vertical-align: middle;}
.table_wrt tbody td {color: #666666;}
.table_wrt tbody td p {line-height: 22px;}
.table_wrt > tbody td strong {color: #000000;font-weight: 500;}

span.tbltxt {color: #999999;display: block;font-size: 13px;letter-spacing: -0.05em;line-height: 18px;margin: 7px 0 0 0;}
ul.tbltxt {margin: 7px 0 0 0;}
ul.tbltxt li {color: #999999;font-size: 13px;letter-spacing: -0.05em;line-height: 16px;margin: 3px 0 0 0;position: relative;padding-left: 7px;}
ul.tbltxt li:before {background: #cccccc;content: '';display: block;height: 2px;left: 0;position: absolute;top: 8px;width: 2px;}

.list-nodata{background: #f7f7f7;padding: 30px;text-align: center;font-size: 14px;color: #666;display: block;margin: 20px 0;border-radius: 4px;}

/* Tab */
.article-tab{margin-bottom: 40px;border-bottom: 1px solid #000000;display: flex;justify-content: space-between;flex-wrap: wrap;}
.article-tab li{position: relative;display: inline-block;vertical-align: top;margin-right: -1px;border: 1px solid #ddd;border-bottom: none;flex: 1;flex-basis: 0;box-sizing: border-box;}
.article-tab li:last-child{margin-right: 0;}
.article-tab li a{display: block;text-align: center;line-height: 60px;text-decoration: none;letter-spacing: -1px;color: #666666;background: #ffffff;font-size: 16px;font-weight: normal;}
.article-tab li.on{z-index: 2;border-color: #000000;}
.article-tab li.on a{line-height: 61px;margin-bottom: -1px;color: #000000;background: #ffffff;font-weight: 500;}

/* Notice box */
.article-notice {background: #f1faff;border: 1px solid #0073bb;border-radius: 2px;color: #333333;display: block;font-size: 18px;font-weight: bold;letter-spacing: -0.05em;line-height: 25px;margin-bottom: 20px;padding: 35px 0;text-align: center;}
.article-notice i {color: #0073bb;display: block;font-size: 30px;margin: 0 auto;margin-bottom: 10px;}
.article-notice em {color: #666666;display: block;font-size: 13px;font-style: normal;font-weight: normal;letter-spacing: -0.05em;line-height: 20px;margin-top: 10px;text-align: center;}
.article-notice em strong,
.article-notice em a {color: #000 !important;font-weight: normal;text-decoration: none;vertical-align: top;}

/* Paging */
.paging {margin-top: 50px;text-align: center;}
.paging > li {display: inline-block;margin: 0 -1px;vertical-align: top;}
.paging > li a {box-sizing: border-box;color: #111;display: block;font-size: 14px;width: 35px;height: 35px;line-height: 35px;border-radius: 50%;position: relative;text-align: center;text-decoration: none;font-family: 'arial', 'tahoma', sans-serif;}
.paging > li.active a {background: #111;color: #fff;box-shadow: 0 0 7px rgba(0,0,0,0.05);margin: 0 5px;}
.paging > li.first,
.paging > li.prev{margin: 0 15px 0 -15px;}
.paging > li.next,
.paging > li.last{margin: 0 -15px 0 15px;}
.paging > li.first a,
.paging > li.prev a,
.paging > li.next a,
.paging > li.last a {background: none;color: #111;font-size: 15px;width: 22px;}

/* Ajax Validator */
.validt {background: #fde8e9;border: #f4cdcf;border-radius: 3px;color: #5b5252;display: block;font-size: 13px;line-height: 24px;margin: 3px 0 10px 0;padding: 5px 10px;}
.validt.checked {background: #f7f7f7;border-color: #e5e5e5;color: #999999;}

/* Form layout */
.tblform h4 {color: #000000;font-size: 26px;font-weight: 600;letter-spacing: -0.05em;margin-bottom: 20px;}
.tblform h4 em {color: #999999;display: block;font-size: 14px;font-style: normal;line-height: 20px;margin-top: 15px;}
.tblform h5 {color: #000000;font-size: 16px;font-weight: bold;letter-spacing: -0.05em;margin-bottom: 10px;}
.tblform fieldset {display: block;}
.agr-box {border: 1px solid #eeeeee;border-radius: 5px;box-shadow: 0 0 20px rgba(0,0,0,0.05);margin-bottom: 20px;padding: 30px 20px;}
.agr-box legend {display: none;}
.agr-box h4 {font-weight: normal;margin-bottom: 10px;}
.agr-box .txt {background: #f7f7f7;height: 150px;margin-bottom: 10px;overflow-y: scroll;padding: 20px;}
.agr-box .chk {display: block;text-align: right;}
.mypoint {background: #fafafa;border: 1px solid #dddddd;border-width: 1px 0;font-size: 16px;letter-spacing: -0.05em;margin-bottom: 30px;padding: 40px 20px;text-align: center;}
.mypoint strong {color: #000000;display: inline-block;font-family: Arial;font-size: 40px;padding: 0 10px;vertical-align: middle;}
.email-chg-guid {background: #f1faff;border: 1px solid #0073bb;border-radius: 2px;color: #333333;display: block;font-size: 14px;line-height: 20px;margin-top: 10px;padding: 20px;}
.form-progress{overflow: hidden;position: fixed;top: 0;left: 0;width: 100%;z-index: 100;}
.form-progress .track{background: rgba(0,0,0,0.1);height: 4px;position: relative;}
.form-progress .bar{background: #000000;height: 4px;left: 0;position: absolute;top: 0;}

/* Popup */
.ph-pop {background: #ffffff;border: 2px solid rgba(0,0,0,0.9);border-radius: 8px;box-shadow: 0 0 30px rgba(0,0,0,0.15);overflow: hidden;position: absolute;z-index: 85;}
.ph-pop .link {height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 2;}
.ph-pop .pop-cont {overflow: hidden;position: relative;}
.ph-pop .pop-btn {border-top: 1px solid rgba(0,0,0,0.1);position: relative;z-index: 3;zoom: 1;}
.ph-pop .pop-btn:after {clear: both;content: '';display: block;}
.ph-pop .pop-btn a {background: #f7f7f7;border-left: 1px solid rgba(0,0,0,0.1);box-sizing: border-box;color: #333333;display: block;float: left;font-size: 14px;letter-spacing: -0.05em;line-height: 45px;text-align: center;text-decoration: none;width: 50%;}
.ph-pop .pop-btn a:first-child {border-left: none;}
.ph-pop .pop-btn .close {left: 0;top: 0;}
.ph-pop .pop-btn .close-today {right: 0;top: 0;}

/* Init progress bar */
#loading-screen{background: rgba(0,0,0,1);position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9000;display: block;}
#loading-screen .in{width: 400px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: none;}
#loading-screen .progress-bar{height: 3px;border-radius: 3px;background: rgba(255,255,255,0.5);overflow: hidden;position: relative;}
#loading-screen #progress{height: 7px;background: #fff;width: 0;position: absolute;top: 0;left: 0;height: 100%;transition: all 0.2s;}
#loading-screen .loading-text{margin-top: 10px;}
#loading-screen .loading-text,
#loading-screen #progress-percent{font-size: 14px;font-weight: bold;text-align: center;color: #fff;}

/* Multi ajax popup */
.layer-ajaxpop{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);padding-top: 60px;z-index: 301;background: #fff;overflow: hidden;box-sizing: border-box;opacity: 0;box-shadow: 0 0 10px rgba(0,0,0,0.1);max-height: calc(100% - 40px);}
.layer-ajaxpop .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 60px;background: #fff;padding: 0 20px;border-bottom: 1px solid #ddd;box-sizing: border-box;box-shadow: 0 0 3px rgba(0,0,0,0.1);}
.layer-ajaxpop .pop-tit h3{font-size: 16px;color: #000;font-weight: bold;line-height: 60px;}
.layer-ajaxpop .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 60px;height: 60px;line-height: 60px;text-align: center;color: #666;border-left: 1px solid #ddd;text-indent: -999em;}
.layer-ajaxpop .pop-tit .close:after{content: '\f1b5';display: block;position: absolute;top: 0;left: 0;width: 100%;line-height: 60px;text-align: center;font-size: 16px;color: #333;font-family: axicon;text-indent: 0;}

.layer-ajaxpop .pop-wrap{height: 100%;overflow-y: auto;padding: 20px;box-sizing: border-box;}
.layer-ajaxpop.on{opacity: 1;}
.layer-ajaxpopBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;}
.layer-ajaxpopBG.on{opacity: 1;}

/* Etc */
.no-data{font-size: 16px;color: #999;}

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

	Layout

**************************************************/
#smooth-content{padding-top: 0;}

#error-page {margin: 150px auto;}
#error-page em{font-style: normal;font-weight: normal;display: block;text-align: center;font-size: 240px;color: #dddddd;font-family: sans-serif;letter-spacing: -10px;}
#error-page h1 {color: #000000;margin-bottom: 15px;text-align: center;font-size: 35px;font-weight: 900;}
#error-page h1 i {color: #dddddd;display: block;font-size: 80px;margin: 0 auto;margin-bottom: 20px;}
#error-page h2 {color: #999999;font-size: 18px;font-weight: normal;letter-spacing: -0.05em;line-height: 160%;text-align: center;}

#header{position: fixed;top: 25px;left: 50%;transform: translate(-50%, 0);z-index: 90;background: #fff;box-sizing: border-box;width: 1400px;border-radius: 14px;box-shadow: 0 0 30px rgba(0,0,0,0.04);transition: all 0.3s;border-color: #ddd;padding: 0 20px;}
#header .inner{position: relative;height: 85px;transition: all 0.3s;}
#header .logo{position: absolute;top: 50%;transform: translate(0, -50%);left: 40px;height: 100%;line-height: 85px;transition: all 0.3s;}
#header .logo img{width: auto;max-width: 140px;max-height: calc(100% - 20px);vertical-align: middle;}

#header.fixed{width: 100%;top: 0;border-radius: 0;box-shadow: none;}
#header.fixed .inner{max-width: 1400px;height: 100px;margin: 0 auto;}
#header.fixed .logo{left: 0;line-height: 100px;}
#header.fixed #go_inquiry{right: 0;}

#hd_call{position: absolute;top: 50%;transform: translate(0, -50%);right: 230px;font-size: 26px;color: #222222;letter-spacing: -1px;text-decoration: none;padding-left: 45px;line-height: 36px;display: block;background: url('../images/main/hd_call_ico.jpg') no-repeat 0 center;font-weight: 700;transition: all 0.3s;}

#go_inquiry{position: absolute;top: 50%;transform: translate(0, -50%);right: 40px;width: 155px;line-height: 46px;border-radius: 46px;text-align: center;background: #239EF4;background: linear-gradient(143deg, rgba(35, 158, 244, 1) 0%, rgba(18, 100, 193, 1) 100%);font-size: 16px;color: #fff;letter-spacing: -1px;font-weight: 500;text-decoration: none;transition: all 0.3s;transition: all 0.4s cubic-bezier(.34,1.56,.54,1);}
#go_inquiry img{display: inline-block;vertical-align: middle;margin-right: 6px;margin-top: -3px;}
#go_inquiry:hover{transform: translate(0, -50%) scale(1.05);}

#gnb {position: absolute;top: 50%;left: 50%;transform: translate(calc(-50% - 100px), -50%);z-index: 2;white-space: nowrap;}
#gnb li.hidden {display: none;}
#gnb > li {position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a {display: block;padding: 0 40px;line-height: 85px;font-size: 18px;color: #222222;text-decoration: none;font-weight: 600;transition: all 0.3s;}
#gnb > li:hover > a,
#gnb > li:focus-within > a,
#gnb > li.on > a {color: #1264c1;}
#gnb > li > ul {left: 50%;transform: translate(-50%, 0);width: 240px;opacity: 0;position: absolute;top: 85px;transition: all 0.1s;visibility: hidden;box-shadow: 0 2px 8px rgba(0,0,0,0.05), inset 0 2px 2px rgba(0,0,0,0.04);background: #ffffff;border: 1px solid rgba(0,0,0,0.1);border-top: 1px solid #dddddd;}
#gnb > li:hover > ul,
#gnb > li:focus-within > ul {opacity: 1;visibility: visible;}
#gnb > li > ul > li {border-top: 1px solid #eaeaea;position: relative;}
#gnb > li > ul > li:first-child {border-top: none;}
#gnb > li > ul > li > a {color: #333333;display: block;font-size: 15px;letter-spacing: -0.05em;line-height: 55px;padding: 0 20px;text-decoration: none;transition: all 0.1s;white-space: nowrap;text-align: center;}
#gnb > li > ul > li:hover > a,
#gnb > li > ul > li:focus-within > a,
#gnb > li > ul > li.on > a {background: #fafafa;color: #000000;}
#gnb > li > ul > li > ul {border: 1px solid rgba(0,0,0,0.15);box-shadow: 2px 2px 0 rgba(0,0,0,0.04);left: 100%;opacity: 0;position: absolute;top: -1px;transition: all 0.1s;visibility: hidden;}
#gnb > li > ul > li:hover > ul,
#gnb > li > ul > li:focus-within > ul {opacity: 1;visibility: visible;}
#gnb > li > ul > li > ul > li {border-top: 1px solid #eaeaea;}
#gnb > li > ul > li > ul > li:first-child {border-top: none;}
#gnb > li > ul > li > ul > li > a {background: #ffffff;color: #000000;display: block;font-size: 15px;font-weight: bold;letter-spacing: -0.05em;line-height: 50px;padding: 0 50px 0 20px;text-decoration: none;transition: all 0.1s;white-space: nowrap;text-align: center;}
#gnb > li > ul > li > ul > li:hover,
#gnb > li > ul > li > ul > li.on {z-index: 2;}
#gnb > li > ul > li > ul > li:hover > a,
#gnb > li > ul > li > ul > li.on > a {background: #fafafa;color: #000000;}
#gnb > li > ul > li > ul > li > ul{display: none;}

#util_menu{line-height: 65px;margin-right: -600px;position: absolute;top: 0;right: 50%;}
#util_menu li {display: inline-block;margin-left: 25px;vertical-align: middle;}
#util_menu li a {border: none;background: none;color: #000000;height: 65px;font-size: 16px;letter-spacing: -0.05em;text-decoration: none;}
#util_menu li a i{color: #cccccc;display: inline-block;margin-top: -2px;vertical-align: middle;}
#util_menu li a strong{margin-left: 7px;color: #999999;}
#util_menu li.new a i{color: #000000;}
#util_menu li.new a strong{color: #000000;}

#sch {left: 180px;position: absolute;top: 50%;transform: translate(0, -50%);width: 250px;}
#sch legend {display: none;}
#sch fieldset {background: #ffffff;border: 1px solid #dddddd;border-radius: 40px;height: 40px;overflow: hidden;zoom: 1;}
#sch fieldset:after {clear: both;content: '';display: block;}
#sch fieldset > * {float: left;}
#sch fieldset .inp {background: transparent;border: none;height: 40px;padding-left: 15px;width: calc(100% - 40px);}
#sch fieldset .sbm {background: transparent;border: none;color: #000000;font-size: 15px;height: 40px;position: relative;text-indent: -999em;width: 40px;}
#sch fieldset .sbm:after {content: '\f002';display: block;font-family: 'Font Awesome 5 Free';font-weight:bold;left: 0;line-height: 40px;position: absolute;text-align: center;text-indent: 0;top: 0;width: 100%;}

#drdw{position: fixed;top: 110px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;z-index: 91;display: none;box-shadow: 3px 10px 10px rgba(0,0,0,0.1);}
#drdw .inner{position: relative;max-width: var(--layout-width);margin: 0 auto;border-right: 1px solid #e8e8e8;display: flex;justify-content: space-between;flex-wrap: wrap;}
#drdw .inner li.hidden{display: none;}
#drdw .inner > li{display: inline-block;padding: 40px 0;vertical-align: top;flex: 1;}
#drdw .inner > li:before{content: '';display: block;position: absolute;top: 0;height: 100%;width: 1px;background: #e8e8e8;}
#drdw .inner > li:first-child{border-left-width: 1px;}
#drdw .inner > li > a{display: block;margin-bottom: 15px;font-size: 20px;color: #000;text-align: center;font-weight: 500;}
#drdw .inner > li ul li a{display: block;font-size: 17px;line-height: 35px;color: #999;text-align: center;}
#drdw .inner > li ul li.on a{color: #000;}
#drdw .inner > li.hidden-gnb{display: none;}
#drdw .close{width: 0;height: 0;border: none;background: #333;font-size: 16px;color: #fff;letter-spacing: -1px;overflow: hidden;margin: 0;display: block;}
#drdw .close:focus-within{width: 100%;height: 55px;}

#tnb{position: absolute;top: 15px;right: 0;z-index: 2;}
#tnb > li{display: inline-block;margin-left: 15px;box-sizing: border-box;}
#tnb > li a{font-size: 14px;color: #666;}

#hd-lan{position: absolute;top: 50%;transform: translate(0, calc(-50% + 15px));right: 110px;z-index: 92;}
#hd-lan > a{display: block;line-height: 40px;padding: 0 12px 0 23px;font-size: 18px;color: #2e3144;text-decoration: none;background: url('../images/ico_globe.svg') no-repeat 0 center / 18px auto, url('../images/ico_arrow_down.svg') no-repeat right center / 7px auto;}
#hd-lan > ul{position: absolute;top: 40px;left: 50%;display: none;width: 80px;margin-left: -40px;padding: 10px 0;border: 1px solid #b8b8b8;background: #fff;border-radius: 3px;}
#hd-lan > ul li a{display: block;font-size: 16px;line-height: 26px;color: #666666;text-decoration: none;text-align: center;}
#hd-lan.on > ul,
#hd-lan:focus-within > ul{display: block;}

#hd-sch{position: absolute;top: 50%;transform: translate(0, calc(-50% + 15px));right: 70px;z-index: 91;}
#hd-sch .btn{display: block;width: 24px;height: 24px;background: url('../images/ico_search.svg');text-indent: -999em;border: none;}
#hd-sch-pop{position: fixed;top: 110px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;z-index: 91;display: none;box-shadow: 3px 10px 10px rgba(0,0,0,0.1);padding: 30px 0;}
#hd-sch-pop.on{display: block !important;}
#hd-sch-pop form{max-width: var(--layout-width);position: relative;margin: 0 auto;zoom: 1;padding: 0 20px;}
#hd-sch-pop form fieldset > *{float: left;}
#hd-sch-pop legend{display: none;}
#hd-sch-pop .inp{width: calc(100% - 110px);height: 55px;line-height: 55px;text-indent: 20px;font-size: 16px;background: none;border: none;background: #f7f7f7;}
#hd-sch-pop .sbm{position: relative;width: 55px;height: 55px;background: #333333;border: none;text-indent: -999em;background: #333333 url('../images/ico_search_w.svg') no-repeat center center / 22px auto;}
#hd-sch-pop .close{position: relative;width: 55px;height: 55px;background: #444444;border: none;text-indent: -999em;background: #444444 url('../images/ico_close_w.svg') no-repeat center center / 18px auto;}

#slide-btn{text-indent: -999em;width: 30px;height: 20px;position: absolute;top: 50%;transform: translate(0, calc(-50% + 15px));right: 0;display: none;}
#slide-btn button{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;background: none;cursor: pointer;}
#slide-btn button span,
#slide-btn button:before,
#slide-btn button:after{border-radius: 2px;overflow: hidden;position: absolute;left: 0;width: 100%;height: 2px;background: #282828;}
#slide-btn button span{display: block;top: 50%;margin-top: -1px;opacity: 1;transition: all 0.3s;}
#slide-btn button:before{content: '';display: block;top: 0;transition: all 0.3s;}
#slide-btn button:after{content: '';display: block;bottom: 0;transition: all 0.3s;}
#slide-btn button.on span{opacity: 0;}
#slide-btn button.on:before{top: 50%;margin-top: -1px;transform: rotate(45deg);}
#slide-btn button.on:after{bottom: 50%;margin-bottom: -1px;transform: rotate(-45deg);}

#slide-bg{display: none;}
#slide-menu{display: none;}

#footer {background: #071633;padding: 80px 20px;}
#footer .inner{max-width: 1400px;margin: 0 auto;}
#footer .logo_wrap{padding-bottom: 30px;margin-bottom: 40px;border-bottom: 1px solid #525c71;position: relative;}
#footer .logo_wrap > img{display: block;margin-bottom: 25px;}
#footer .logo_wrap address{font-size: 15px;line-height: 34px;color: #999999;font-style: normal;}
#footer .logo_wrap address strong{color: #fff;margin-left: 10px;font-weight: 500;}
#footer .logo_wrap address hr{display: inline-block;vertical-align: middle;border: none;background: none;width: 30px;}
#footer .fnb_wrap{position: relative;}
#footer .fnb_wrap .copyright{position: absolute;top: 0;right: 0;font-size: 15px;color: #aaaaaa;}
#footer #gotop{position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: url('../images/main/gotop.jpg') no-repeat center center;background-size: contain;display: block;text-indent: -999em;}

#fnb li{margin-right: 35px;display: inline-block;vertical-align: middle;}
#fnb li a{font-size: 15px;color: #aaaaaa;}

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

	Main

**************************************************/
#main #mainWrap {max-width: var(--layout-width);position: relative;margin: 0 auto;padding: 80px 20px;}

#main .visual{position: relative;}
#main .visual .roll{position: relative;}
#main .visual .roll .item .img{height: 100vh;min-height: 800px;background-position: center center;background-size: cover;}
#main .visual .roll .item *.pc{display: block;}
#main .visual .roll .item *.mobile{display: none;}

#main .visual .slogan{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 81;width: 1400px;}
#main .visual .slogan em{font-style: normal;display: block;font-size: 20px;color: #fff;font-family: 'pop';font-weight: 500;}
#main .visual .slogan h4{font-size: 62px;color: #fff;letter-spacing: -1px;font-weight: 600;margin-top: 35px;}
#main .visual .slogan p{font-size: 20px;line-height: 36px;color: #fff;letter-spacing: -1px;margin-top: 30px;}
#main .visual .slogan a{display: inline-block;margin-top: 60px;width: 215px;line-height: 55px;border-radius: 55px;text-align: center;background: #fff;text-decoration: none;font-size: 16px;color: #222222;font-weight: 500;transition: background 0.2s;}
#main .visual .slogan a:hover{background: #1264c1;color: #fff;}

#main .visual .arrows_wrap{position: absolute;bottom: 90px;left: 50%;transform: translate(-700px, 0);z-index: 81;height: 45px;width: 220px;}

#main .visual .arrows_wrap .dots{position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 45px;height: 45px;}
#main .visual .arrows_wrap .dots:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 3px solid rgba(255,255,255,0.2);border-radius: 50%;}
#main .visual .arrows_wrap .dots span{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ccc;}
#main .visual .arrows_wrap .dots span.swiper-pagination-bullet{border: none;background: none;width: 45px;height: 45px;border-radius: 45px;margin: 0;opacity: 0;}
#main .visual .arrows_wrap .dots span.swiper-pagination-bullet-active{opacity: 1;}
@property --angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
#main .visual .arrows_wrap .dots span.swiper-pagination-bullet-active::after{
    content:"";
    position:absolute; inset:0;
    transition: all 0.1s;
    border-radius:50%;
    --thickness:3px;
    --angle:0deg;
    background: conic-gradient(rgba(255,255,255,1) var(--angle), transparent 0);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--thickness)), #000 0);
    mask: radial-gradient(farthest-side, transparent calc(100% - var(--thickness)), #000 0);
    animation: draw 4s linear forwards;
}
@keyframes draw{
  from{ --angle: 0deg; }
  to  { --angle: 360deg; }
}
#main .visual .arrows_wrap .arrows{position: absolute;top: 50%;transform: translate(0, -50%);right: 0;width: 135px;text-align: center;}
#main .visual .arrows_wrap .arrows button{width: 10px;height: 16px;border: none;background: none;background-position: center center;background-size: contain;text-indent: -999em;position: absolute;top: 50%;transform: translate(0, -50%);}
#main .visual .arrows_wrap .arrows button.prev{background-image: url('../images/main/visual_prev.png');left: 0;}
#main .visual .arrows_wrap .arrows button.next{background-image: url('../images/main/visual_next.png');right: 0;}
#main .visual .arrows_wrap .arrows .number,
#main .visual .arrows_wrap .arrows .number *{font-size: 18px;color: #fff;font-weight: 600;}
#main .visual .arrows_wrap .pp_box{position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 45px;height: 45px;z-index: 89;border: none;}
#main .visual .arrows_wrap .pp{width: 45px;height: 45px;border: 0;background: transparent;cursor: pointer;display: inline-flex;align-items: center;justify-content: center;position: relative;}
#main .visual .arrows_wrap .pp .play{ display:none; }
#main .visual .arrows_wrap .pp .pause{ display:block; }
#main .visual .arrows_wrap .pp.is-paused .play{ display:block; }
#main .visual .arrows_wrap .pp.is-paused .pause{ display:none; }
#main .visual .arrows_wrap .pp .play{width: 0; height: 0;border-style: solid;border-width: 7px 0 7px 11px;border-color: transparent transparent transparent #fff;margin-left: 2px;}
#main .visual .arrows_wrap .pp .pause{width: 10px;height: 13px;position: relative;}
#main .visual .arrows_wrap .pp .pause:before,
#main .visual .arrows_wrap .pp .pause:after{content:'';position:absolute; top:0;width:3px; height:13px;background:#fff;}
#main .visual .arrows_wrap .pp .pause:before{ left:0; }
#main .visual .arrows_wrap .pp .pause:after{ right:0; }

#main .main_title{margin-bottom: 70px;position: relative;}
#main .main_title em{font-style: normal;display: block;font-size: 20px;color: #1264c1;font-family: 'pop';font-weight: 600;}
#main .main_title h4{margin-top: 20px;font-size: 54px;color: #222222;letter-spacing: -2px;font-weight: 600;}
#main .main_title p{margin-top: 20px;font-size: 20px;color: #333333;letter-spacing: -1px;}
#main .main_title .more{text-decoration: none;width: 180px;line-height: 50px;border-radius: 50px;position: absolute;bottom: 0;right: 0;border: 1px solid #ddd;text-align: center;font-size: 16px;background: #fff;color: #333333;letter-spacing: -1px;transition: all 0.1s;}
#main .main_title .more i{margin-left: 10px;display: inline-block;vertical-align: middle;margin-top: -3px;}
#main .main_title .more:hover{background: #1264c1;border-color: #1264c1;color: #fff;}

#main .m1{padding: 150px 20px;}
#main .m1 .inner{max-width: 1400px;margin: 0 auto;}
#main .m1 .roll_wrap{overflow: visible;}
#main .m1 .roll_wrap .roll{position: relative;}
#main .m1 .roll_wrap .roll .item{position: relative;height: 540px;background-position: center center;background-size: cover;border-radius: 20px;overflow: hidden;position: relative;box-sizing: border-box;padding: 60px 50px;}
#main .m1 .roll_wrap .roll .item::before{position: absolute;top: -80%;left: 0;width: 100%;height: 80%;background: #1264C1;background: linear-gradient(180deg, rgba(18, 100, 193, 1) 0%, rgba(18, 100, 193, 0) 100%);z-index: 1;content: '';display: block;transition: all .6s;}
#main .m1 .roll_wrap .roll .item:hover::before{top: 0;}
#main .m1 .roll_wrap .roll .item > a{position: absolute;z-index: 3;inset: 0;text-indent: -999em;}
#main .m1 .roll_wrap .roll .item .text{position: relative;z-index: 2;}
#main .m1 .roll_wrap .roll .item.tmb1{background-image: url('../images/main/m1_tmb1.jpg');}
#main .m1 .roll_wrap .roll .item.tmb2{background-image: url('../images/main/m1_tmb2.jpg');}
#main .m1 .roll_wrap .roll .item.tmb3{background-image: url('../images/main/m1_tmb3.jpg');}
#main .m1 .roll_wrap .roll .item.tmb4{background-image: url('../images/main/m1_tmb4.jpg');}
#main .m1 .roll_wrap .roll .item strong{display: block;font-size: 34px;color: #fff;letter-spacing: -1px;font-weight: 600;}
#main .m1 .roll_wrap .roll .item p{margin-top: 20px;font-size: 18px;line-height: 32px;color: #fff;letter-spacing: -1px;}
#main .m1 .dots{margin-top: 60px;display: flex;justify-content: space-between;flex-wrap: wrap;}
#main .m1 .dots span{flex: 1;border-radius: 0;opacity: 1;margin: 0;height: 2px;background: #dddddd;}
#main .m1 .dots span.swiper-pagination-bullet-active{height: 4px;background: #333333;margin-top: -1px;border-radius: 4px;}

#main .m2 .list{display: flex;justify-content: space-between;flex-wrap: wrap;margin: -15px;}
#main .m2 .list li{margin: 15px;width: calc((100% / 2) - 30px);border-radius: 20px;box-sizing: border-box;background: #fff;padding: 0 70px;align-content: center;position: relative;height: 290px;cursor: pointer;overflow: hidden;}
#main .m2 .list li:before{background: #239EF4;background: linear-gradient(143deg, rgba(35, 158, 244, 1) 0%, rgba(18, 100, 193, 1) 100%);position: absolute;inset: 0;content: '';display: block;opacity: 0;transition: all 0.2s;}
#main .m2 .list li > span{transition: all 0.2s;position: relative;z-index: 2;}
#main .m2 .list li .point{display: block;width: 83px;line-height: 30px;border-radius: 30px;background: #edf3fb;font-size: 15px;color: #0a60ca;text-align: center;font-weight: 500;}
#main .m2 .list li .title{display: block;font-size: 32px;line-height: 46px;color: #222222;letter-spacing: -1px;font-weight: 600;margin-top: 20px;}
#main .m2 .list li .summary{font-size: 18px;color: #555555;letter-spacing: -1px;margin-top: 12px;display: block;}
#main .m2 .list li img{position: absolute;top: 50%;transform: translate(0, -50%);right: 50px;}
#main .m2 .list li:hover:before{background: #239EF4;background: linear-gradient(143deg, rgba(35, 158, 244, 1) 0%, rgba(18, 100, 193, 1) 100%);opacity: 1;}
#main .m2 .list li:hover .title,
#main .m2 .list li:hover .summary{color: #fff;}
#main .m2 .list li:hover .point{background: #fff;color: #0a60ca;}

#main .m3{padding: 150px 20px;}
#main .m3 .inner{max-width: 1400px;margin: 0 auto;}
#main .m3 .cards{display: flex;justify-content: space-between;flex-wrap: wrap;gap: 25px;}
#main .m3 .cards .card{flex: 1;border-radius: 15px;overflow: hidden;background: #ddd;height: 540px;position: relative;cursor: pointer;transition: all .6s cubic-bezier(.34,1.56,.54,1);background-position: center center;background-size: cover;}
#main .m3 .cards .card::before{content: '';display: block;position: absolute;inset: 0;background: rgba(0,0,0,0.5);transition: all 0.3s;}
#main .m3 .cards .card .step{position: absolute;top: 60px;left: 0;font-size: 18px;color: #fff;font-weight: 500;font-family: 'pop';transition: all 0.2s;z-index: 3;left: 50%;transform: translate(-50%, 0);}
#main .m3 .cards .card .s_title{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 22px;line-height: 32px;color: #fff;letter-spacing: -1px;font-weight: 600;color: #fff;text-align: center;white-space: nowrap;opacity: 1;transition: all 0.2s;z-index: 3;}
#main .m3 .cards .card .title{position: absolute;left: 60px;bottom: 60px;opacity: 0;transition: all 0.2s;white-space: nowrap;width: calc(100% - 120px);}
#main .m3 .cards .card .title strong{display: block;font-size: 36px;color: #fff;letter-spacing: -1px;font-weight: 600;}
#main .m3 .cards .card .title p{font-size: 18px;color: #fff;letter-spacing: -1px;margin-top: 15px;}
#main .m3 .cards .card .title .next{border-bottom: 1px solid #fff;height: 32px;text-align: right;font-size: 17px;color: #fff;font-family: 'pop';display: block;margin-top: 20px;}
#main .m3 .cards .card .title .next i{display: inline-block;vertical-align: middle;margin-left: 10px;margin-top: -2px;}
#main .m3 .cards .card:hover{flex: 3;}
#main .m3 .cards .card:hover::before{opacity: 0;}
#main .m3 .cards .card:hover .step{left: 60px;transform: none;text-align: left;transform: none;}
#main .m3 .cards .card:hover .s_title{opacity: 0;}
#main .m3 .cards .card:hover .title{opacity: 1;}
#main .m3 .cards .card.bg1{background-image: url('../images/main/m3_card_bg1.jpg');}
#main .m3 .cards .card.bg2{background-image: url('../images/main/m3_card_bg2.jpg');}
#main .m3 .cards .card.bg3{background-image: url('../images/main/m3_card_bg3.jpg');}
#main .m3 .cards .card.bg4{background-image: url('../images/main/m3_card_bg4.jpg');}
#main .m3 .cards .card.bg5{background-image: url('../images/main/m3_card_bg5.jpg');}

#main .m4{background: url('../images/main/m4_bg.jpg') no-repeat center center;background-size: cover;height: 700px;align-content: center;}
#main .m4 h4{font-size: 50px;line-height: 74px;color: #fff;letter-spacing: -1px;font-weight: 600;text-align: center;}
#main .m4 p{font-size: 20px;margin-top: 30px;text-align: center;color: #fff;letter-spacing: -1px;}
#main .m4 a.more{display: block;margin: 0 auto;width: 240px;line-height: 55px;border-radius: 55px;background: #fff;text-align: center;font-size: 16px;color: #333333;letter-spacing: -0.5px;margin-top: 60px;text-decoration: none;font-weight: 500;transition: all 0.4s cubic-bezier(.34,2.56,.54,1);}
#main .m4 a.more:hover{transform: scale(1.05);}

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

	Sub

**************************************************/
#sub #content{max-width: var(--layout-width);position: relative;margin: 0 auto;padding: 150px 20px;}
body.doc #sub #content{padding-top: 200px;}
body.doc #header{border: 1px solid #ddd;}
body.doc #header.fixed{border-color: #fff;}

#sub .sub_visual{height: 700px;background-position: center center;background-size: cover;box-sizing: border-box;padding-top: 110px;background: url('../images/sub/sub_visual.jpg') no-repeat center center;background-size: cover;}
#sub .sub_visual .inner{width: var(--layout-width);margin: 0 auto;position: relative;top: 50%;transform: translate(0, -50%);}
#sub .sub_visual h3{text-align: center;font-size: 62px;color: #fff;letter-spacing: -1px;font-weight: 700;}
#sub .sub_visual p{text-align: center;font-size: 20px;letter-spacing: -1px;color: #fff;margin-top: 20px;}

#status{text-align: right;}
#status > li{display: inline-block;vertical-align: middle;padding: 0 18px;position: relative;}
#status > li:before{content: '\f105';display: block;position: absolute;top: 0;left: 0;font-family: 'axicon';font-size: 15px;color: #bcbcbc;line-height: 18px;}
#status > li a{font-size: 16px;letter-spacing: -1px;color: #666;line-height: 20px;}
#status > li:first-child:before{display: none;}
#status > li:first-child i{display: inline-block;vertical-align: middle;margin-top: -2px;margin-right: 5px;}
#status > li:last-child{padding-right: 0;}

#navigator{position: relative;border: 1px solid #ddd;border-width: 0 0 1px 0;}
#navigator:before{content: '';display: block;position: absolute;top: -1px;left: 0;width: 100%;height: 1px;background: rgba(0,0,0,0.1);}
#navigator li.hidden{display: none;}
#navigator > ul{max-width: var(--layout-width);position: relative;margin: 0 auto;border-left: 1px solid rgba(0,0,0,0.1);box-sizing: border-box;background: #fff;}
#navigator > ul > li{position: relative;display: inline-block;border-right: 1px solid rgba(0,0,0,0.1);vertical-align: top;z-index: 88;}
#navigator > ul > li > a{display: block;min-width: 198px;font-size: 15px;font-weight: 500;color: #333;text-decoration: none;padding: 0 60px 0 15px;line-height: 50px;background: url('../images/ico_arrow_down.svg') no-repeat calc(100% - 15px) center / 8px auto;}
#navigator > ul > li:first-child a{min-width: 0;width: 50px;text-align: center;padding: 0;background: #f7f7f7;color: #888;font-size: 20px;}
#navigator > ul > li:first-child a i{vertical-align: middle;display: inline-block;margin-top: -2px;}
#navigator > ul > li > ul{position: absolute;top: 50px;left: -1px;width: 100%;border: 1px solid #ddd;visibility: hidden;opacity: 0;box-shadow: 3px 3px 10px rgba(0,0,0,0.03);overflow: hidden;}
#navigator > ul > li > ul li{margin-top: -1px;}
#navigator > ul > li > ul li a{display: block;padding: 14px 15px;font-size: 15px;border-top: 1px solid #eee;text-decoration: none;transition: all 0.3s;}
#navigator > ul > li > ul li:hover a{background: #f7f7f7;}
#navigator > ul > li.on > ul{background: #fff;visibility: visible;opacity: 1;}
#navigator > ul > li > ul li.hidden-gnb{display: none;}

.lnb_wrap {background: #464646;}
#lnb{margin: 0 auto;position: relative;max-width: var(--layout-width);display: flex;flex-wrap: wrap;}
#lnb li.hidden {display: none;}
#lnb > li {flex: 1;position: relative;}
#lnb > li:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 1px;height: 100%;background: rgba(255,255,255,0.1);}
#lnb > li:first-child:before{display: none;}
#lnb > li > a {color: #fff;font-size: 16px;letter-spacing: -1px;line-height: 55px;text-decoration: none;display: block;text-align: center;}
#lnb > li.on:before{display: none;}
#lnb > li.on + li:before{display: none;}
#lnb > li.on > a {background: #fff;color: #000;}
#lnb > li > ul {border: 1px solid rgba(0,0,0,0.15);box-shadow: 2px 2px 0 rgba(0,0,0,0.04);left: 0;opacity: 0;position: absolute;top: 54px;transition: all 0.1s;visibility: hidden;width: 100%;}
/* #lnb > li:hover > ul,
#lnb > li:focus-within > ul {opacity: 1;top: 54px;visibility: visible;} */
#lnb > li > ul > li {border-top: 1px solid #eaeaea;position: relative;}
#lnb > li > ul > li:first-child {border-top: none;}
#lnb > li > ul > li > a {background: #ffffff;color: #000000;display: block;font-size: 15px;font-weight: bold;letter-spacing: -0.05em;line-height: 50px;padding: 0 50px 0 20px;text-decoration: none;transition: all 0.1s;white-space: nowrap;}
#lnb > li > ul > li:hover > a,
#lnb > li > ul > li:focus-within > a,
#lnb > li > ul > li.on > a {background: #fafafa;color: #000000;}

#sub-tit {margin-bottom: 30px;position: relative;}
#sub-tit h2 {color: #000000;font-size: 28px;letter-spacing: -0.05em;position: relative;}

#signin {margin: 30px auto;width: 425px;}
#signin h4 {color: #3f4044;font-size: 34px;font-weight: bold;letter-spacing: -0.05em;margin-bottom: 30px;text-align: center;}
#signin .or:before {background: #efefef;content: '';display: block;height: 1px;left: 0;position: absolute;top: 50%;width: calc(50% - 30px);}
#signin .or:after {background: #efefef;content: '';display: block;height: 1px;position: absolute;right: 0;top: 50%;width: calc(50% - 30px);}
#signin .inp-wrap label {color: #4c4d51;display: block;font-size: 14px;letter-spacing: -0.05em;margin: 15px 0 10px 0;}
#signin .inp-wrap label em {color: #999999;font-size: 11px;font-style: normal;}
#signin .inp-wrap label a {color: #000000;font-weight: bold;}
#signin .inp-wrap label.chk {color: #4c4d51;display: block;font-size: 13px;letter-spacing: -0.05em;text-align: right;}
#signin .inp-wrap .agree_wrap{text-align: right;margin: 30px 0 10px 0;}
#signin .inp-wrap .agree_wrap label{display: inline-block;font-size: 15px;margin: 0;}
#signin .inp-wrap .inp {margin-bottom: 5px;width: 100%;}
#signin .inp-wrap .inp[readonly] {background: #f7f7f7;color: #999999;}
#signin .inp-wrap .tbltxt {margin-top: 0;}
#signin .inp-wrap button {width: 100%;}
#signin .labelWrap label {display: inline-block;margin: 0 10px 10px 0;vertical-align: top;}
#signin .mb_email {color: #333333;display: block;font-size: 13px;font-weight: bold;letter-spacing: -0.05em;margin-bottom: 5px;}
#signin .lvBtn {color: #999999;display: block;font-size: 13px;letter-spacing: -0.05em;margin-top: 10px;}
#signin .ft-btns {margin-top: 20px;text-align: center;}
#signin .ft-btns li {display: inline-block;padding: 0 30px;position: relative;}
#signin .ft-btns li a {color: #333333;font-size: 15px;letter-spacing: -0.05em;}
#signin .ft-btns li:before {background: #dddddd;content: '';display: block;height: 15px;left: 0;position: absolute;top: 50%;transform: translate(0, -50%);width: 1px;}
#signin .ft-btns li:first-child:before {display: none;}
#signin button[type=submit]{border-radius: 0;font-size: 16px;height: 45px;line-height: 43px;}

#signin .snsbox h5 {color: #4c4d51;font-size: 13px;font-weight: bold;margin-bottom: 20px;text-align: center;}
#signin .snsbox ul {margin: -2px;}
#signin .snsbox ul li {display: inline-block;margin: 2px;vertical-align: top;width: calc(50% - 4px);}
#signin .snsbox ul li a {background: #4c4d51;border-radius: 2px;color: #ffffff;display: block;font-size: 13px;line-height: 34px;text-align: center;text-decoration: none;}
#signin .snsbox ul li a img {display: inline-block;margin-right: 5px;margin-top: -2px;vertical-align: middle;}
#signin .or {color: #c1c1c1;display: block;font-size: 16px;font-style: italic;margin: 40px 0;position: relative;text-align: center;}
#signin .or:before {background: #efefef;content: '';display: block;height: 1px;left: 0;position: absolute;top: 50%;width: calc(50% - 30px);}
#signin .or:after {background: #efefef;content: '';display: block;height: 1px;position: absolute;right: 0;top: 50%;width: calc(50% - 30px);}

#signinForm .inp[required],
#forgotForm .inp[required] {background-image: none;}

/* signup */
#signup_terms{width: 800px;margin: 0 auto;}
#signup_terms fieldset{margin-top: 60px;}
#signup_terms fieldset:first-child{margin-top: 0;}
#signup_terms .sns_signup_wrap{position: relative;border: 1px solid #b3b3b3;border-width: 1px 0;padding: 40px 0;text-align: center;}
#signup_terms .sns_signup_wrap h5{display: inline-block;vertical-align: middle;margin-right: 30px;font-size: 18px;color: #000;font-weight: 600;}
#signup_terms .sns_signup_wrap ul{display: inline-block;vertical-align: middle;}
#signup_terms .sns_signup_wrap ul li {display: inline-block;margin: 2px;vertical-align: top;}
#signup_terms .sns_signup_wrap ul li a {background: #4c4d51;border-radius: 2px;color: #ffffff;display: block;font-size: 14px;line-height: 40px;font-weight: 600;text-align: center;text-decoration: none;padding: 0 20px;}
#signup_terms .sns_signup_wrap ul li a img {display: inline-block;margin-right: 5px;margin-top: -2px;vertical-align: middle;}

#signupForm{width: 1000px;margin: 0 auto;}
#signupForm.modify{width: 100%;}
#signupForm #confirm-sms-code-wrap{margin-top: 15px;}
#infoForm #confirm-sms-code-wrap{margin-top: 15px;}

/* agreebox (for subpage) */
#policy-agree-box {color: #666666;font-size: 15px;letter-spacing: -0.05em;line-height: 25px;}
#policy-agree-box h4 {color: #333333;display: block;font-size: 20px;font-weight: bold;letter-spacing: -0.05em;margin-bottom: 25px;}
#policy-agree-box p{font-size: 15px;}

/* agreebox (for emement) */
.agreebox .scroll_txt{border: 1px solid #b3b3b3;background: #f9f9f9;padding: 30px;font-size: 15px;overflow-y: auto;letter-spacing: -1px;line-height: 18px;height: 180px;border-radius: 8px;}
.agreebox .chk_wrap{margin-top: 20px;letter-spacing: -1px;}
.agreebox .chk_wrap label{font-size: 16px;}

/* Search head */
.list-head{margin-bottom: 20px;position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;}
.list-head .right{width: 30%;text-align: right;}

#search-form {position: relative;}
#search-form legend {display: none;}
#search-form fieldset {display: inline-block;font-family: empty;font-size: 0;vertical-align: middle;}
#search-form fieldset .datebox {display: inline-block;margin-right: -1px;position: relative;vertical-align: middle;}
#search-form fieldset .datebox:after {color: #999;content: '\f073';font-family: "Font Awesome 5 Free";font-size: 13px;line-height: 0;position: absolute;right: 15px;top: 50%;transform: translate(0, -50%);}
#search-form fieldset .datebox .inp {margin-right: 0;padding-right: 40px;width: 140px;}
#search-form fieldset .inp {background: none;border: 1px solid #ccc;font-size: 13px;height: 40px;letter-spacing: -0.5px;margin-right: 3px;padding-left: 12px;}
#search-form fieldset .keyword {width: 240px;}
#search-form fieldset .sltbox {background: #fff;border: 1px solid #ccc;box-sizing: border-box;display: inline-block;height: 40px;margin-right: 3px;overflow: hidden;position: relative;vertical-align: top;width: 160px;}
#search-form fieldset .sltbox:after {color: #999;content: '\f0dd';font-family: "Font Awesome 5 Free";font-size: 13px;font-weight: bold;line-height: 0;position: absolute;right: 10px;top: 50%;transform: translate(0, calc(-50% - 2px));}
#search-form fieldset .sltbox select {background: transparent;border: none;color: #666;cursor: pointer;font-size: 13px;height: 38px;left: 0;letter-spacing: -0.5px;padding-left: 10px;position: absolute;top: 0;width: calc(100% + 40px);z-index: 3;}
#search-form fieldset .submit {height: 40px;line-height: 38px;}
#search-form fieldset hr {background: none;border: none;display: inline-block;height: 1px;vertical-align: middle;width: 20px;}
#search-form .reset-btn {color: #666666;display: inline-block;font-size: 18px;margin-left: 12px;vertical-align: middle;}

#search-sort{position: absolute;right: 0;top: 50%;transform: translate(0, -50%);}
#search-sort li{display: inline-block;vertical-align: middle;padding: 0 20px;position: relative;}
#search-sort li:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 1px;height: 12px;background: #ddd;}
#search-sort li:first-child:before{display: none;}
#search-sort li:last-child{padding-right: 0;}
#search-sort li a{font-size: 14px;color: #666;text-decoration: none;}
#search-sort li.on a{font-weight: 700;color: #000;}

/* Mypage */
.mypagebox {border: 1px solid #b3b3b3;border-radius: 2px;box-shadow: 2px 2px 0 rgba(0,0,0,0.03);margin-bottom: 50px;text-align: center;display: flex;justify-content: space-between;flex-wrap: wrap;border-radius: 10px;overflow: hidden;}
.mypagebox > li {display: inline-block;padding-bottom: 25px;position: relative;vertical-align: top;width: 25%;}
.mypagebox > li:before {background: rgba(0,0,0,0.06);content: '';display: block;height: 100%;left: 0;position: absolute;top: 0;width: 1px;}
.mypagebox > li:first-child:before {display: none;}
.mypagebox > li h5 {background: #fafafa;border-bottom: 1px solid #eeeeee;color: #333333;font-size: 16px;font-weight: bold;letter-spacing: -0.05em;line-height: 60px;text-align: center;}
.mypagebox > li .txt {color: #666666;display: block;font-size: 15px;letter-spacing: -0.05em;line-height: 70px;overflow: hidden;text-align: center;text-overflow: ellipsis;white-space: nowrap;}
.mypagebox > li .txt strong {color: #000000;font-size: 18px;font-weight: bold;margin-right: 5px;}
.mypagebox > li .txt strong.black {color: #333333;}

.mb-profileimg {background-position: center center;background-size: cover;border: 1px solid #ddd;border-radius: 50%;height: 60px;width: 60px;}

#pointgift-send {background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.03);box-sizing: border-box;display: none;height: 600px;left: 50%;margin-left: -300px;margin-top: -300px;overflow: hidden;padding-top: 60px;position: fixed;top: 50%;width: 600px;z-index: 301;}
#pointgift-send .tit {background: #fafafa;border-bottom: 1px solid #eee;box-sizing: border-box;left: auto;line-height: 60px;padding: 0 25px;position: absolute;top: 0;width: 100%;z-index: 302;}
#pointgift-send .tit h2 {color: #000;font-size: 16px;font-weight: bold;letter-spacing: -1px;}
#pointgift-send .tit .close {color: #333;display: block;font-size: 16px;height: 60px;line-height: 60px;position: absolute;right: 0;text-align: center;text-decoration: none;top: 0;width: 60px;}
#pointgift-send .cont {box-sizing: border-box;height: 100%;overflow-y: auto;padding: 30px;}
#pointgift-send .sment {display: block;font-size: 13px;line-height: 50px;text-align: center;}
#pointgift-send .btn {text-align: center;}
#pointgift-send-bg {background: rgba(0,0,0,0.2);display: none;height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 300;}

/* About manager */
#gui-content {background: #ffffff;}
#gui-content h2.sub-tit {background: #31427a;color: #ffffff;font-size: 28px;font-weight: bold;letter-spacing: -1px;padding: 45px 60px;}
#gui-content h2.sub-tit em {color: #ffffff;display: block;font-size: 15px;font-style: normal;font-weight: normal;letter-spacing: -0.05em;margin-top: 15px;opacity: 0.7;text-align: left;}
#gui-content .inner {margin-top: 20px;padding: 0;}

.gui-warbox {border: 1px solid #cccccc;margin-bottom: 60px;padding: 25px;}
.gui-warbox > strong {border-bottom: 1px solid #eeeeee;color: #333333;display: block;font-size: 16px;font-weight: bold;letter-spacing: -0.05em;margin-bottom: 15px;padding-bottom: 10px;}
.gui-warbox > strong i {color: #999999;margin-right: 2px;}
.gui-warbox > p {color: #666666;display: block;font-size: 14px;letter-spacing: -0.05em;line-height: 20px;}
.gui-warbox > p strong {color: #000000;font-weight: bold;}
.gui-warbox.bg {background: #f7f7f7;border: none;}
.gui-warbox.bg > strong {border-bottom-color: #ddd;}

.gui-linkbox {border: 1px solid #cccccc;margin-top: 60px;padding: 25px;}
.gui-linkbox > strong {border-bottom: 1px solid #eeeeee;color: #333333;display: block;font-size: 16px;font-weight: bold;letter-spacing: -0.05em;margin-bottom: 15px;padding-bottom: 10px;}
.gui-linkbox > strong i {color: #999999;margin-right: 2px;}
.gui-linkbox > a {color: #1a1ac6;color: #666666;display: block;font-size: 14px;letter-spacing: -0.05em;line-height: 20px;padding-left: 15px;position: relative;text-decoration: underline;}
.gui-linkbox > a:before {background: #000000;content: '';display: block;height: 2px;left: 0;margin-top: 0;position: absolute;top: 50%;width: 5px;}

.ctit1 {border-bottom: 1px solid #eeeeee;color: #000000;display: block;font-size: 20px;font-weight: bold;letter-spacing: -0.05em;margin: 50px 0 20px 0;padding-bottom: 20px;}
.ctxt1 {color: #686b6d;display: block;font-size: 15px;letter-spacing: -0.5px;line-height: 24px;margin-bottom: 20px;}
.ctxt1 strong {color: #dd1144;}

/* Blocked */
#blocked {margin: 100px auto;width: 700px;}

/* Emailchk */
#emailchk {margin: 100px auto;width: 700px;}

/* Zig Alert */
#zig-alert-wrap {background: rgba(0,0,0,0.15);height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 900;}
#zig-alert {background: #fff;border-radius: 8px;box-shadow: 3px 3px 50px rgba(0,0,0,0.1);box-sizing: border-box;left: 50%;opacity: 0;position: fixed;top: calc(50% - 5px);transform: translate(-50%, -50%);transition: all 0.3s;width: 450px;max-width: 450px;z-index: 901;}
#zig-alert.show {opacity: 1;top: 50%;}
#zig-alert .content {border-bottom: 1px solid #eee;max-height: calc(100vh - 160px);overflow-y: auto;padding: 35px;}
#zig-alert .content p {color: #000;font-size: 15px;line-height: 24px;text-align: center;word-break: break-all;}
#zig-alert .button {padding: 15px;text-align: center;}
#zig-alert .button button {background: none;border: none;border-radius: 4px;color: #000000;font-size: 16px;font-weight: bold;letter-spacing: -1px;line-height: 40px;padding: 0 20px;}
#zig-alert .button button:hover {background: #f7f7f7;}

/* Zig Confirm */
#zig-confirm-wrap {background: rgba(0,0,0,0.15);height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 900;}
#zig-confirm {background: #fff;border-radius: 8px;box-shadow: 3px 3px 50px rgba(0,0,0,0.1);box-sizing: border-box;left: 50%;opacity: 0;position: fixed;top: calc(50% - 5px);transform: translate(-50%, -50%);transition: all 0.3s;width: 450px;max-width: 450px;z-index: 901;}
#zig-confirm.show {opacity: 1;top: 50%;}
#zig-confirm .content {border-bottom: 1px solid #eee;max-height: calc(100vh - 160px);overflow-y: auto;padding: 35px;}
#zig-confirm .content p {color: #000;font-size: 15px;line-height: 24px;text-align: center;word-break: break-all;}
#zig-confirm .button {padding: 15px;text-align: center;}
#zig-confirm .button button {background: none;border: none;border-radius: 4px;font-size: 16px;letter-spacing: -1px;line-height: 40px;padding: 0 20px;}
#zig-confirm .button button:hover {background: #f7f7f7;}
#zig-confirm .button button.no {color: #999999;}
#zig-confirm .button button.yes {color: #000000;font-weight: bold;}

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

	Subpage utility
	(모든 서브페이지에서 공통으로 사용되는 utility 스타일)

**************************************************/
/* fullsizing wrapper */
.full_wrapper{width: 100vw;position: relative;left: 50%;transform: translate(-50%, 0);padding: 0 20px;box-sizing: border-box;}
.full_wrapper.bg_gray{padding: 150px 20px;background: #edf3fb;}
.full_wrapper .inner{max-width: var(--layout-width);margin: 0 auto;}

/* etc */
.content_title{font-size: 26px;letter-spacing: -1px;color: #000;margin-bottom: 20px;}
.content_text{display: block;margin: 10px 0;font-size: 15px;color: #666;display: block;}

.sub_title{margin-bottom: 100px;position: relative;}
.sub_title em{font-style: normal;display: block;font-size: 20px;color: #1264c1;font-family: 'pop';font-weight: 600;text-align: center;}
.sub_title h4{margin-top: 20px;font-size: 54px;color: #222222;letter-spacing: -2px;font-weight: 600;text-align: center;}
.sub_title p{margin-top: 20px;font-size: 20px;line-height: 38px;color: #333333;letter-spacing: -1px;text-align: center;}
.sub_title.white *{color: #fff;}

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

	Subpage styling
	(각 서브페이지별 스타일. 식별을 위해 경로 주석 표기)
	
	- class명은 snake style로 선언 ( greetings_box1 (ㅇ) / greetingsBox1 (x) )

**************************************************/
/* company > aboutus */
.abu_box1 .parts{max-width: 1140px;position: relative;margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.abu_box1 .parts dt{width: 260px;height: 260px;border-radius: 260px;background: #239EF4;background: linear-gradient(143deg, rgba(35, 158, 244, 1) 0%, rgba(18, 100, 193, 1) 100%);align-content: center;text-align: center;position: relative;}
.abu_box1 .parts dt:after{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 280px;width: 60px;height: 1px;background: #1264c1;}
.abu_box1 .parts dd{width: 780px;}
.abu_box1 .parts dd ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.abu_box1 .parts dd ul li{width: calc((100% / 3));box-sizing: border-box;border-radius: 260px;height: 260px;border: 1px solid #1264c1;text-align: center;align-content: center;}
.abu_box1 .parts dd ul li strong{display: block;font-size: 30px;color: #1264c1;letter-spacing: -1px;font-weight: 600;}
.abu_box1 .parts dd ul li p{font-size: 18px;color: #1264c1;margin-top: 15px;}

.abu_box1 .parts_text{max-width: 1140px;position: relative;margin: 0 auto;margin-top: 100px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.abu_box1 .parts_text dt{width: 430px;}
.abu_box1 .parts_text dt h4{font-size: 36px;line-height: 60px;color: #222222;letter-spacing: -1px;font-weight: 600;}
.abu_box1 .parts_text dd{width: calc(100% - 430px);padding-top: 5px;}
.abu_box1 .parts_text dd p{font-size: 18px;line-height: 34px;color: #555555;letter-spacing: -1px;}

.abu_box2{background: url('../images/sub/abu_bg1.jpg') no-repeat center center;background-size: cover;margin-top: 150px;padding: 150px 0;}
.abu_box2 .text{display: block;text-align: center;font-size: 28px;color: #fff;letter-spacing: -1px;position: relative;}
.abu_box2 .text:before{content: '';display: block;position: absolute;top: -70px;left: 50%;transform: translate(-50%, 0);width: 2px;height: 40px;background: #fff;}

.abu_box3{margin-top: 150px;}
.abu_box3 .ph_list{display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;}
.abu_box3 .ph_list::before{content: '';display: block;position: absolute;top: 70px;left: 50%;transform: translate(-50%, 0);width: 66%;height: 2px;background: #dddddd;}
.abu_box3 .ph_list li{width: calc(100% / 3);box-sizing: border-box;text-align: center;}
.abu_box3 .ph_list li strong{display: block;text-align: center;font-size: 36px;line-height: 36px;color: #222222;font-family: 'pop';}
.abu_box3 .ph_list li .dot{display: block;margin: 30px auto;width: 90px;height: 12px;background: #fff;position: relative;}
.abu_box3 .ph_list li .dot::before{content: '';display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 12px;height: 12px;border-radius: 12px;background: #1264c1;}
.abu_box3 .ph_list li p{text-align: center;font-size: 20px;line-height: 34px;color: #222222;letter-spacing: -1px;}

.abu_box4{background: url('../images/sub/abu_bg2.jpg') no-repeat center center;background-size: cover;margin-top: 150px;border-radius: 20px;height: 580px;align-content: center;}
.abu_box4 .text{display: block;text-align: center;font-size: 28px;color: #fff;letter-spacing: -1px;position: relative;}
.abu_box4 .text:before{content: '';display: block;position: absolute;top: -70px;left: 50%;transform: translate(-50%, 0);width: 2px;height: 40px;background: #fff;}

/* service > introduce */
.intro_box1 .banner{background: url('../images/sub/intro_banner_bg.jpg') no-repeat center center;background-size: cover;border-radius: 20px;height: 500px;align-content: center;text-align: center;}
.intro_box1 .banner p{font-size: 46px;line-height: 68px;color: #fff;letter-spacing: -1px;font-weight: 600;}

.intro_box2{position: relative;}
.intro_box2 dl{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 80px 0;border-top: 1px solid #ddd;}
.intro_box2 dl:first-child{border-top: none;}
.intro_box2 dl:last-child{padding-bottom: 0;}
.intro_box2 dl dt{width: 360px;padding-top: 5px;}
.intro_box2 dl dt em{font-style: normal;display: block;font-size: 20px;color: #1264c1;font-weight: 600;}
.intro_box2 dl dt strong{font-size: 40px;color: #222222;letter-spacing: -1px;margin-top: 20px;display: block;}
.intro_box2 dl dt p{font-size: 22px;color: #222222;letter-spacing: -1px;display: block;margin-top: 15px;}
.intro_box2 dl dd{width: calc(100% - 360px);padding-top: 5px;}
.intro_box2 dl dd > p{font-size: 20px;line-height: 34px;color: #333333;letter-spacing: -1px;margin-bottom: 30px;}
.intro_box2 dl dd .cards{display: flex;flex-wrap: wrap;margin: -12px;}
.intro_box2 dl dd .cards li{margin: 12px;width: calc((100% / 3) - 24px);box-sizing: border-box;border-radius: 15px;padding: 40px;background: #f0f4fa;height: 330px;position: relative;}
.intro_box2 dl dd .cards li .ico{position: absolute;bottom: 25px;right: 25px;}
.intro_box2 dl dd .cards li .point{display: block;width: 85px;line-height: 30px;border-radius: 30px;text-align: center;background: #fff;font-size: 15px;color: #0a60ca;font-weight: 500;margin-left: -5px;}
.intro_box2 dl dd .cards li .title{display: block;font-size: 26px;line-height: 38px;color: #222222;letter-spacing: -1px;font-weight: 600;margin-top: 20px;}
.intro_box2 dl dd .point_text{display: block;position: relative;padding: 40px;border: 2px solid #1264c1;border-radius: 15px;padding-left: 250px;}
.intro_box2 dl dd .point_text strong{position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 210px;line-height: 50px;border-right: 1px solid #1264c1;text-align: center;font-size: 24px;color: #1264c1;font-weight: 600;letter-spacing: -1px;}
.intro_box2 dl dd .point_text strong i{margin-right: 10px;font-size: 20px;}
.intro_box2 dl dd .point_text .summary{display: block;font-size: 18px;line-height: 34px;color: #333333;letter-spacing: -1px;}
.intro_box2 dl dd .list{display: flex;flex-wrap: wrap;margin: -10px;margin-top: 50px;}
.intro_box2 dl dd .list li{margin: 10px;width: calc((100% / 2) - 20px);line-height: 70px;border-radius: 10px;background: #f0f4fa;position: relative;padding-left: 70px;box-sizing: border-box;}
.intro_box2 dl dd .list li em{position: absolute;top: 50%;transform: translate(0, -50%);left: 20px;width: 35px;line-height: 35px;text-align: center;border-radius: 5px;font-style: normal;background: #239EF4;background: linear-gradient(143deg, rgba(35, 158, 244, 1) 0%, rgba(18, 100, 193, 1) 100%);font-size: 17px;color: #fff;font-weight: 600;}
.intro_box2 dl dd .list li p{font-size: 20px;color: #222222;letter-spacing: -1px;font-weight: 500;}

/* customer > inquiry */
.form_wrap{border: 1px solid #ddd;border-radius: 25px;padding: 70px;}

.inquiry_cust{margin-top: 40px;text-align: center;border-radius: 90px;background: #f0f4fa;text-align: center;}
.inquiry_cust > *{display: inline-block;vertical-align: middle;line-height: 90px;}
.inquiry_cust h5{margin-right: 35px;font-size: 20px;color: #222222;font-weight: 600;letter-spacing: -1px;}
.inquiry_cust h5 img{margin-right: 15px;display: inline-block;vertical-align: middle;margin-top: -3px;}
.inquiry_cust .tel{margin-right: 35px;font-size: 34px;color: #222222;letter-spacing: -1px;font-weight: 700;text-decoration: none;}
.inquiry_cust .time{font-size: 18px;color: #222222;letter-spacing: -1px;}

