@charset "utf-8";
/* ------- COMMON ------- */

.hidden {overflow:hidden; position:absolute; width:1px; height:1px; font-size:1px; line-height:0; clip:rect(0 0 0 0); white-space:nowrap; margin:-1px; padding:0; border:0;}
.notrans, .notrans *{ transition:none !important}

#skipNav {overflow:hidden; position:absolute; top:0; left:0; width:100%;}
#skipNav a {position:relative; display:block; height:0px; width:0px; margin:0 -1px -1px 0; overflow:hidden; line-height:0; text-align:center;}
#skipNav a:focus,
#skipNav a:hover,
#skipNav a:active {width:auto; height:2.8rem; margin:0; padding:.8rem 0;  background:#293478; margin:0; font-size:1.2rem;  line-height:1.2rem; color:#fff; font-weight:bold; z-index:10000; box-sizing:border-box;}

#wrapper {display:flex; flex-direction:column; position:relative; width:100%; min-width:320px; min-height:100vh; /* overflow:hidden; */ padding:0}
/* 로그인시 배경색상 */
.loginBg{background-color:#f7f8f9;}
.loginBg #header{background:#f7f8f9;}
#wrapper.login #container{}

/* 가상키패드 로그인 중앙 정렬 수정 */
.transkey_div{transform:translateX(17px)}

@media (max-width: 350px) {
    .transkey_div{transform:translateX(37px)}
}

/* MY PAGE 배경 */
.subBg{background-color:#f7f8f9;}
.subBg header{background:#fff;}

.subBg #pageTitle{background:#fff;height:320px;margin-bottom:0}

/* 공지사항 */
#wrapper.support.bgGradation #header{background:transparent}

#header{position:sticky;top:0;left:0;right:0;z-index:1000;width:100%;min-width:320px;height:90px;background:#fff;}
#header.fixed{background:#fff !important;}

#header .inner, #pageTitle .inner{display:flex;align-items:center;position:relative;max-width:1920px;padding:0px;margin:0 auto;box-sizing:border-box}
#supportTitle .inner{position:relative;max-width:1440px;padding:0px;margin:0 auto;box-sizing:border-box}

#header .inner{height:90px;}
#header .inner .logo{position:relative;margin-left:40px;width:81px;height:26px;background:url('/sgic/assets/images/common/logo_sgic.png') no-repeat 50% 50%; background-size:81px 26px;}
#header .inner .logo img{width:100%}
#header .inner .gnbMenu{display:flex;align-items:center;margin-left:120px;}
#header .inner .gnbMenu>li{display:inline-flex;position:relative;align-items:center;min-height:90px}
#header .inner .gnbMenu>li~li{margin-left:80px}
#header .inner .gnbMenu>li>a{font-size:16px;font-weight:700;line-height:24px;}
#header .inner .gnbMenu>li:hover .subMenu, header .inner .gnbMenu>li.active .subMenu{opacity:1; transform:translateY(0); pointer-events:auto;}
#header .inner .gnbMenu>li .subMenu{opacity:0; display:block; position:absolute; top:75px; left:-24px; min-width:270px; padding:14px 24px; background:#FFF;box-shadow:4px 4px 40px 0 rgba(26,67,153,0.08); border-radius:12px; transform:translateY(6px); pointer-events:none; transition:.2s;}
#header .inner .gnbMenu>li .subMenu li{padding:10px 0}
#header .inner .gnbMenu>li .subMenu li a{font-size:16px;font-weight:700;line-height:24px;color:#262626}
#header .inner .gnbMenu>li .subMenu li a:hover, header .inner .gnbMenu>li .subMenu li a.active{color:#003CDC;}

#header .inner .menuInfo{display:flex;margin-left:auto;margin-right:40px;align-items:center;}

.menuInfo .userInfo{display:flex;align-items:center;}
.menuInfo .userInfo>li{display:inline-flex;align-items:center;}
.menuInfo .userInfo>li:after{content:''; display:inline-flex;width:1px;height:12px;background:#dddfe7;margin:0 10px}
.menuInfo .userInfo>li:last-child:after{display:none}
.menuInfo .userInfo>li>a, .menuInfo .userInfo>li>span{font-size:16px;font-weight:500;line-height:24px;}

.menuInfo .userInfo+.btnLang{margin-left:40px}
.menuInfo .selectBox.btnLang .selectBtn{display:flex;width:52px;height:26px;align-items:center;font-size:12px;color:#fff;font-weight:700;background:#262626;border:1px solid #262626; border-radius:14px;padding:2px 12px;}
.menuInfo .selectBox.btnLang .selectBtn:after{background:url('/sgic/assets/images/common/select_box_arrow_w.png') no-repeat 50% 50%; background-size:12px; right:7px; width:12px;height:12px;margin-top:-6px;}
.menuInfo .selectBox.btnLang.open .selectBtn{border:1px solid #262626; }
.menuInfo .selectBox.btnLang .options{width:68px;padding:7px 0; left:-8px; background:#FFFFFF; border:1px solid #E9E9EF; box-shadow:4px 4px 40px 0 rgba(26,67,153,0.08); border-radius:8px;}
.menuInfo .selectBox.btnLang .option.selected::after{display:none}
.menuInfo .selectBox.btnLang .options .option{padding:4px 0;line-height:21px; text-align:center; font-weight:700}
.menuInfo .selectBox.btnLang .options .option:hover{background:none;color:#003CDC;}

.menuInfo .btnNavi{position:relative;display:flex; margin-left:40px;position:relative;width:24px;height:24px;font-size:0; }
.menuInfo .btnNavi, .header .btnNavi span{display:inline-flex;transition: all .4s;box-sizing:border-box;}
.menuInfo .btnNavi span{position:absolute;left:0;width:100%;height:2px;background-color:#000;border-radius:2px;}
.menuInfo .btnNavi span:nth-of-type(1){top:2px;}
.menuInfo .btnNavi span:nth-of-type(2){top:11px;}
.menuInfo .btnNavi span:nth-of-type(3){bottom:2px;}

/* 전체메뉴 */
.gnbAllMenu {position:fixed; left:0px; top:0px; width:100%; background:#fff; transform: translateY(-100%); transition: transform .35s ease; z-index:1000; border-bottom:1px solid #F2F2F5; box-shadow:-4px -12px 12px 0 rgba(26,67,153,0.05); border-radius:12px;}
.gnbAllMenu.open {transform: translateY(0);}
.gnbAllMenu .gnbHeader{display:flex;align-items:center;position:relative;max-width:1920px;padding:0px;margin:0 auto;box-sizing:border-box;height:90px;border-bottom:1px solid #dddfe7}
.gnbHeader .logo{position:relative;margin-left:40px;width:81px;height:26px;background:url('/sgic/assets/images/common/logo_sgic.png') no-repeat 50% 50%; background-size:81px 26px;}
.gnbHeader .logo img{width:100%}
.gnbHeader .btnLang{display:none}/* 모바일에서만 show */
.gnbHeader .btnNaviClose{position:relative;display:flex; margin-left:auto;margin-right:40px; width:24px;height:24px;font-size:0; }
.gnbHeader .btnNaviClose{display:inline-flex;transition: all .4s;box-sizing:border-box;}
.gnbHeader .btnNaviClose span{position:absolute;left:0;width:100%;height:2px;background-color:#000;border-radius:2px;}
.gnbHeader .btnNaviClose span:nth-of-type(1){top:2px;transform: translateY(10px) rotate(45deg);}
.gnbHeader .btnNaviClose span:nth-of-type(2){top:11px;opacity: 0;}
.gnbHeader .btnNaviClose span:nth-of-type(3){bottom:0px;transform: translateY(-10px) rotate(-45deg);}

.gnbAllMenu .gnbBody{margin-top:0px;padding-bottom:50px;}
.gnbAllMenu .userInfo{display:none}/* 모바일에서만 show */
.gnbAllMenu .userInfo .text{display:inline-flex;align-items:center}
.gnbAllMenu .userInfo .text a{font-weight:500}
.gnbAllMenu .userInfo .text:first-child a:after{content:''; display:inline-flex;width:1px;height:12px;background:#dddfe7;margin:0 10px}

.gnbBody .innerBody{margin:20px auto 0;max-width:1640px;}

.gnbBody .menuList{display:grid;grid-template-columns: repeat(5, 1fr);}
.gnbBody .menuList>li{display:flex;gap:24px;flex-direction:column;padding-left:36px;border-left:1px solid #dddfe7}
.gnbBody .menuList>li:last-child{border-right:1px solid #dddfe7}

.gnbBody .menuList .menuTitle{padding-top:22px;font-size:20px;line-height:30px; font-weight:700;}
.gnbBody .menuList .menuDepth2{overflow:visible;}
.web .gnbBody .menuList .menuDepth2{max-height:none !important}
.gnbBody .menuList .menuDepth2>li{display:block;}
.gnbBody .menuList .menuDepth2>li>a{display:block;padding:10px 0;font-size:16px;line-height:24px;font-weight:700;}
.gnbBody .menuList .menuDepth2>li:first-child>a{padding-top:0}
.gnbBody .menuList .menuDepth2>li>a:hover,.gnbBody .menuList .menuDepth2>li>a.active{color:#003CDC}
.gnbBody .menuList .menuDepth2 .submenu>li>a{display:block;padding:6px 0;font-size:14px;color:#8F95A1;line-height:21px;font-weight:700;}
.gnbBody .menuList .menuDepth2 .submenu>li:last-child>a{padding-bottom:10px}

.gnbFooter{display:none}/* 모바일에서만 show */

#pageTitle{width:100%;height:340px;margin-bottom:100px}
#pageTitle .inner{max-width:1440px;margin:0 auto;height:100%;min-height:60px}
#pageTitle .inner .titlType1{margin:0 auto;}

#wrapper.join{}
#wrapper #container {display:flex;position:relative;max-width:1440px;padding:80px 0px 120px;margin:0 auto;box-sizing:border-box}
#container .side{width:365px;height:100%;}
#container .side .lnbTitle{font-size:28px;color:#262626;font-weight:700;line-height:36px}
#container .side .lnbTitle+p{margin-top:8px;color:#8F95A1;font-size:12px;font-weight:500;line-height:18px;}
#container .side+.content, #container .side+.tabContent-wrap{width:1075px}
#wrapper .tabContent-wrap .content{width:100%}

.side .leftMenu{display:flex;flex-direction:column;margin-top:12px;}
.side .leftMenu>li{display:flex;align-items:center;margin-top:20px}
.side .leftMenu>li>a{display:flex;align-items:center;font-size:18px;font-weight:500;line-height:27px}
.side .leftMenu>li.active>a{color:#003CDC;font-weight:700;}
.side .leftMenu>li>a .essent{color:#FF5D4D;vertical-align:top;margin-left:4px}
.side .leftMenu>li .valCheck{display:inline-flex;align-items:center;border-radius:3px;background:#C0C5CE;height:20px;padding:0 6px;font-size:12px;color:#fff;line-height:18px;font-weight:700;margin-left:6px;}
.side .leftMenu>li .valCheck.checked{background:#26C6DA;}

.tabContent-wrap [data-content]{display:none}
.tabContent-wrap [data-content].active{display:block}

/* 풋터 */
footer{display:flex; position:relative; width:100%; min-height:142px; padding:0; border-top:1px solid #E9E9EF;}
footer .inner{display:flex;position:relative;width:100%;max-width:1440px;padding:45px 0px;margin:0 auto;box-sizing:border-box}
footer .inner .cont{display:flex;flex-direction:column;width:100%;}
footer .inner .cont .list{}
footer .inner .cont .list span{position:relative;display:inline-flex;align-items:center;font-size:14px;font-weight:500;}
footer .inner .cont .list span:after{content:"";display:inline-flex;width:1px;height:12px;background:#dddfe7;margin:0 8px}
footer .inner .cont .list span:last-child:after{display:none}
footer .inner .adder{display:flex;margin-top:8px;justify-content:space-between;width:100%;}
footer .inner .adder ul{display:flex;}
footer .inner .adder .info{font-size:14px;font-weight:500;}
footer .inner .adder .info span:after{content:"";display:inline-flex;width:1px;height:12px;background:#dddfe7;margin:0 8px}
footer .inner .adder .info span:last-child:after{display:none}
footer .inner .adder .copy{font-size:12px;font-weight:500;}


/* 회원가입, MY PAGE */
#wrapper.login #pageTitle, #wrapper.join #pageTitle{height:auto;min-height:24px;margin-bottom:20px;}
#wrapper.program .breadcrumb span a, #wrapper.registration .breadcrumb span a{color:#fff;}
#wrapper.program .breadcrumb span:after, #wrapper.registration .breadcrumb span:after{background:#fff;}
#wrapper.program .breadcrumb .current>a:after, #wrapper.registration .breadcrumb .current>a:after{background:url('/sgic/assets/images/common/ic_dropdown.png') no-repeat 50% 50%; background-size:12px;}
#wrapper.program .breadcrumb .current.active>a:after, #wrapper.registration .breadcrumb .current.active>a:after{transform:rotate(180deg)}
#wrapper.program .breadcrumb .breadMenu>a, #wrapper.registration .breadcrumb .breadMenu>a{color:#262626}
#wrapper.program .breadcrumb .breadMenu>a:hover, #wrapper.registration .breadcrumb .breadMenu>a:hover {color:#003CDC;}
#wrapper.program .breadcrumb .breadMenu>a.active, #wrapper.registration .breadcrumb .breadMenu>a.active {color:#003CDC;}

/* breadcrumb */
.breadcrumb {position:absolute;margin:0px;top:24px}
.breadcrumb span{position:relative;display:inline-flex;align-items:center}
.breadcrumb .breadSelect{display:inline-flex;align-items:center}
.breadcrumb span:after{content:"";display:inline-flex;width:3px;height:3px;background:#8F95A1;margin:0 8px}
.breadcrumb span:last-child:after{display:none}
.breadcrumb span a{display:inline-flex;align-items:center;font-size:14px; color:#8F95A1; font-weight:700; line-height:21px}
.breadcrumb .current {}
.breadcrumb .current>a{}
.breadcrumb .current>a:after{content:"";display:inline-flex;width:12px;height:12px;background:url('/sgic/assets/images/common/ic_dropdown_gray.png') no-repeat 50% 50%; background-size:12px;margin-left:4px}
.breadcrumb .current.active>a:after{transform:rotate(180deg)}
/* breadcrumb dropdown */
.breadcrumb .breadMenu {position:absolute;top:28px;left:0;min-width:90px;max-width:240px;background:#fff;border:1px solid #E9E9EF;box-shadow: 4px 4px 40px 0 rgba(26,67,153,0.08);border-radius:8px;z-index:101;opacity:0;transform: translateY(-6px);pointer-events: none;transition: opacity 0.2s ease, transform 0.2s ease;}
.breadcrumb .breadMenu.open {opacity:1; transform:translateY(0); pointer-events:auto; }
.breadcrumb .breadMenu{padding:8px 0}
.breadcrumb .breadMenu>a {display:block;padding:4px 24px;font-size:14px;color:#262626;text-decoration:none;line-height:21px;white-space:nowrap;}
.breadcrumb .breadMenu>a:hover {color:#003CDC;}
.breadcrumb .breadMenu>a.active {color:#003CDC;}

/* 회원가입 시 레이아웃 */
#wrapper.join #pageTitle, #wrapper.join #pageTitle .inner{height:296px}
#wrapper .content, #wrapper.join .content{position:relative;width:954px}

/* 로그인 시 레이아웃*/
.loginBox{margin:0 auto; background:#FFFFFF;border-radius:12px;width:467px;box-sizing:border-box;padding:60px 60px 40px}
.loginBox>h2{font-family:'SFNB';font-size:36px;color:#262626;line-height:54px;text-align:center}

.titBox{display:flex;width:100%;padding-bottom:20px;position:relative;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;}
.titBox:after{content:"";height:1px;background-color:#262626;width:100%;display:block;position:absolute;bottom:0;}

/* text style */
.titlType1{/*font-family:'SFNEB';*/font-weight:900;font-size:64px;color:#262626;letter-spacing:-1px;line-height:96px;}
.titlType2 {/*font-family:'SFNB';*/font-weight:700;font-size:24px;color:#262626;letter-spacing:-0.5px;line-height:36px;}
.titlType3 {/*font-family:'SFNM';*/font-weight:500;font-size:16px;color:#262626;letter-spacing:0;line-height:24px;}

.largeText{font-size:15px;color:#222;font-weight:400}
.midText{font-size:14px;color:#262626;font-weight:500;line-height:21px}
.smallText{font-size:13px;color:#888;font-weight:400;line-height:19px}

.txtColorBk{color:#292929 !important}
.txtColorBlue{color:#003CDC !important}
.txtColorRed{color:#FF5D4D !important}

.inputArea{position:relative;}
.inputArea .inputText{width:100%}
.inputText, .textArea{padding:13px 14px 12px 16px; border-radius:4px; border:solid 1px #E9E9EF; background-color:#fff; font-size:14px; line-height:21px; color:#262626;}
.textArea{width:100%; box-sizing:border-box;}

.imageBox img{width:100%}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#8F95A1;font-size:14px} 
input::-moz-placeholder, textarea::-moz-placeholder{color:#8F95A1;font-size:14px} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#8F95A1;font-size:14px} 

input:focus, textarea:focus{border-color:#262626; color:#262626}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {color:transparent}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {color:transparent} 
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {border-color:#262626;  color:transparent}

input.error, textarea.error{border-color:#F42020; color:#F42020}
.error::-webkit-input-placeholder, .error::-moz-placeholder, .error:-ms-input-placeholder{color:transparent;}

input[readonly], textarea[readonly]{background:#F7F8F9; border-color:#E9E9EF; color:#8F95A1;}
input[readonly]::-webkit-input-placeholder, input[readonly]::-moz-placeholder, input[readonly]:-ms-input-placeholder{color:#8F95A1;}
textarea[readonly]::-webkit-input-placeholder, textarea[readonly]::-moz-placeholder, textarea[readonly]:-ms-input-placeholder{color:#8F95A1;}

input:disabled, textarea:disabled{background:#F2F2F5; border-color:#E9E9EF; color:#F42020;}
input:disabled::-webkit-input-placeholder, input:disabled::-moz-placeholder, input:disabled:-ms-input-placeholder{color:#C0C5CE;}
textarea:disabled::-webkit-input-placeholder, textarea:disabled::-moz-placeholder, textarea:disabled:-ms-input-placeholder{color:#C0C5CE;}

/* 체크, 라디오 박스 */
.formCheck{ display:inline-block; position:relative; vertical-align:middle;}
.formCheck label > input{position:absolute; left:0; top:0; width:0; height:0;}

.formCheck label > input[type="checkbox"] + span {display:inline-block; position:relative; padding:0 20px 0 30px; font-size:16px; color:#262626; line-height:20px;}
.formCheck label > input[type="checkbox"] + span:before {content:''; display:inline-block; position:absolute; top:0; left:0; clear:both; width:20px; height:20px; background:url('/sgic/assets/images/common/checkbox_unselected.png') no-repeat 50% 50%; background-size:20px;}
.formCheck label > input[type="checkbox"]:checked + span:before, .formCheck label > input[type="checkbox"].check + span:before {background:url('/sgic/assets/images/common/checkbox_selected.png') no-repeat 50% 50%; background-size:20px;}
.formCheck label > input[type="checkbox"]:disabled + span, .formCheck label > input[type="checkbox"]:disabled.check + span{color:#C0C5CE;}
.formCheck label > input[type="checkbox"]:disabled + span:before {background:url('/sgic/assets/images/common/checkbox_undisabled.png') no-repeat 50% 50%; background-size:20px;}
.formCheck label > input[type="checkbox"]:disabled.check + span:before {background:url('/sgic/assets/images/common/checkbox_disabled.png') no-repeat 50% 50%; background-size:20px;}

.formCheck label > input[type="radio"] + span {display:inline-block; position:relative; padding:0 20px 0 30px; font-size:16px; color:#262626; line-height:20px;}
.formCheck label > input[type="radio"] + span:before {content:''; display:inline-block; position:absolute; top:0; left:0; clear:both; width:20px; height:20px; background:url('/sgic/assets/images/common/radio_unselected.png') no-repeat 50% 50%; background-size:20px;}
.formCheck label > input[type="radio"]:checked + span:before, .formCheck label > input[type="radio"].check + span:before {background:url('/sgic/assets/images/common/radio_selected.png') no-repeat 50% 50%; background-size:20px;}
.formCheck label > input[type="radio"]:disabled + span, .formCheck label > input[type="radio"]:disabled.check + span{color:#C0C5CE;}
.formCheck label > input[type="radio"]:disabled + span:before {background:url('/sgic/assets/images/common/radio_undisabled.png') no-repeat 50% 50%; background-size:20px;}
.formCheck label > input[type="radio"]:disabled.check + span:before {background:url('/sgic/assets/images/common/radio_disabled.png') no-repeat 50% 50%; background-size:20px;}

/* 체크, 라디오 박스 텍스트 토글 디자인 스타일  */
.formToggle{display:inline-block; position:relative; vertical-align:middle;width:100%;height:100%}
.formToggle label{display:flex;width:100%;height:100%;align-items:center}
.formToggle label > input{position:absolute; left:0; top:0; width:0; height:0;}

.formToggle label > input[type="checkbox"] + span {width:100%;padding:0;height:100%;display:flex;align-items:center;justify-content:center;background:#fff;font-size:14px}
.formToggle label > input[type="checkbox"] + span:before {display:none}
.formToggle label > input[type="checkbox"]:checked + span, .formToggle label > input[type="checkbox"].check label+span{background:#003CDC;color:#fff;font-family:'SFNB';}

.formToggle label > input[type="radio"] + span {width:100%;padding:0;height:100%;display:flex;align-items:center;justify-content:center;background:#fff;font-size:14px}
.formToggle label > input[type="radio"] + span:before {display:none}
.formToggle label > input[type="radio"]:checked + span, .formToggle label > input[type="radio"].check label+span{background:#003CDC;color:#fff;font-family:'SFNB';}

/* form 정렬 */
/* 회원가입: 개인정보 수집 및 이용 동의 팝업 내 사용, 오른쪽 정렬 체크박스 */
.formCheck.right {display:block;text-align:right;}

/* Select */
.formSelect{}
.selectBox {position:relative;}
.selectBox .selectBtn {width:100%; height:48px; padding: 0 40px 0 16px; border:1px solid #E9E9EF; border-radius:4px; background:#fff; font-size:14px; text-align:left; cursor:pointer;}
.selectBox .selectBtn.placeholder {color:#8F95A1;}
.selectBox .selectBtn.placeholder:after{filter:opacity(0.5)}
/* .selectBox .selectBtn:after {content:""; position:absolute; right:20px; top:50%; width:8px; height:8px; border-right:2px solid #262626; border-bottom:2px solid #262626; transform: translateY(-50%) rotate(45deg); pointer-events:none;} */
.selectBox .selectBtn:after {content:""; position:absolute; right:16px; top:50%; margin-top:-10px; width:20px; height:20px; background:url('/sgic/assets/images/common/select_box_arrow.png') no-repeat 50% 50%; background-size:20px; pointer-events:none;}
/* selectbox 열림 */
.selectBox.open .selectBtn {border-color:#262626; }
/*.selectBox.open .selectBtn:after {transform:translateY(-50%) rotate(-135deg); }  */
.selectBox.open .selectBtn:after {transform:rotate(180deg);filter:opacity(1)}
/* option List */
.selectBox .options {position:absolute; top:calc(100% + 4px);  left:0; right:0; background:#fff; border:1px solid #262626; border-radius:4px; max-height:212px; overflow-y:auto; display:none; z-index:100; }
.selectBox.open .options {display:block;}
.selectBox .options .option {padding:12px 56px 12px 24px; font-size:14px; cursor:pointer; color:#262626}
.selectBox .options .option:hover {background:#f3f4f6;}
.selectBox .options .option.selected {position:relative;}
.selectBox .options .option.selected::after {content:" "; position:absolute; right:24px; width:20px; height:20px; background:url('/sgic/assets/images/common/select_check.png') no-repeat 50% 50%; background-size:20px;}
/* 비활성 셀렉박스 */
.selectBox .selectBtn.disabled {background:#F2F2F5;cursor:default}
/* Select Error */
.formSelect.error .selectBtn {border-color:#F42020; color:#F42020}
.formSelect.error .selectBtn:after {background:url('/sgic/assets/images/common/select_box_error_arrow.png') no-repeat 50% 50%; background-size:20px; filter:opacity(1)}
.error-text {font-size:12px; color:#e53935; margin-top:6px;}


/* button style */
.btnGroup {display:flex; flex-wrap:wrap; gap:8px; justify-content:center;}

/* 버튼 공통 */
.btn {display:inline-flex; align-items:center; justify-content:center; padding:12px 20px; border-radius:28px; border:none; font-size:14px; font-weight:700; cursor:pointer; transition:all 0.2s ease; white-space:nowrap; height:48px; min-width:140px; }
.btn.large{height:56px;}
.btn.mid{height:40px;}
.btn.small{height:32px;}

/* 버튼 가로 사이즈 */
.btn.w200{min-width:200px; }

/* 그라데이션 (블루) */
.btn.login {font-weight:700;background:linear-gradient(90deg, #003CDC 31%, #E9E9EF 100%); color:#fff; border-radius:30px; font-size:16px; }
.btn.login:hover:not(.disabled) {filter:brightness(1.1);}
.btn.login.large{height:60px;} /* 큰사이즈 */
.btn.login.mid{height:56px;} /* 중간사이즈 */

/* Primary (블루) */
.btn.primary {background:#003CDC; color:#fff; }
.btn.primary[disabled], .btn.primary.disabled {background:#B8C6ED;}

/* black (검정) */
.btn.dark {background:#262626; color:#fff;}
.btn.dark[disabled], .btn.dark.disabled {background:#C0C5CE;}

/* white (화이트) */
.btn.white {background:#F2F2F5; color:#fff;}
.btn.white[disabled], .btn.white.disabled {color:#C0C5CE;}

/* gray (회색) */
.btn.gray {background:#F2F2F5; color:#262626;}
.btn.gray[disabled], .btn.gray.disabled {color:#C0C5CE;}

/* black line (블랙 라인) */
.btn.bline {background:#fff; border:1px solid #262626; color:#262626}
.btn.bline[disabled], .btn.bline.disabled {color:#C0C5CE;border-color:#C0C5CE;}

/* white line (화이트 라인) */
.btn.wline {background:transparent; color:#fff; border:1px solid #fff;}
.btn.wline[disabled], .btn.wline.disabled {color:rgba(255,255,255,0.30);border:1px solid rgba(255,255,255,0.30);}

/* white line (화이트 라인 텍스트 검정) */
.btn.wlineBk {background:transparent; color:#262626; border:1px solid #F2F2F5;}
.btn.wlineBk[disabled], .btn.wlineBk.disabled {color:#C0C5CE;border:1px solid #F2F2F5;}

/* 기능 버튼 스타일 */
.btn.utility {background:#fff; border-radius:4px; height:32px; min-width:auto; padding:0 6px; font-weight:500; font-size:12px; color:#262626; line-height:18px; border:1px solid #262626;}
.btn.utility[disabled], .btn.utility.disabled {color:#C0C5CE;border-color:#C0C5CE;}


/* Tab style */
/* tab */
.tabWrap {display:block; position:relative;}
.tabArea.sticky{position:fixed;top:0;background-color:#fff;z-index:10;padding-right:60px;width:100%;}
.tabArea.sticky .tabWrap{background-color:#fff;margin-top:0 !important; margin-bottom:0 !important;padding-top:24px;}
.tabList {display:block; position:relative; font-size:0; padding:0; margin:0; list-style:none;}
.tabList li {display:inline-block;}
.tabList li a {display:block; position:relative;}

/* 모바일 탭 메뉴 */
.tabMenuBox {max-width:100%; overflow-x:auto;}
.tabMenuBox .tabList {white-space:nowrap;}
.tabMenuBox .tabList li + li {margin-left:4px;}
.tabMenuBox .tabList li a {display:block; height:40px; padding:0 16px; border:1px solid #E9E9EF;; font-size:13px; color:#616161; line-height:38px;}

.tabList li a.no-click {pointer-events:none;}
.tabLines {position:relative;}
.tabLines.nonLine:after{display:none}
.tabLines:after{content:'';display:block; position:absolute; left:0; bottom:0; width:100%; height:1px; background:#e9e9ef; z-index:2}
.tabLines .tabList li~li{margin-left:23px}
.tabLines .tabList li {position:relative; padding:0;}
.tabLines .tabList li a {display:flex; align-items:center; justify-content:space-around; height:76px; color:#C0C5CE; font-weight:500; font-size:32px;}
.tabLines .tabList li a:after{opacity:0; content:''; display:block; clear:both; position:absolute; bottom:0; left:8px; width:0; height:2px; background-color:#262626; }
.tabLines .tabList li.active a {font-weight:900;color:#262626;}
.tabLines .tabList li.active a:after {transition:all 0.4s ease; opacity:1 ;content:''; z-index:3; display:block; clear:both; position:absolute; bottom:0; left:0; width:100%; height:3px; background-color:#262626; }
.tabLines .tabList li a.active {font-weight:900;color:#262626;}
.tabLines .tabList li a.active:after {transition:all 0.4s ease; opacity:1 ;content:''; z-index:3; display:block; clear:both; position:absolute; bottom:0; left:0; width:100%; height:3px; background-color:#262626; }

/* .tabLines .tabList li.active:first-child a:after {left:0; width:calc(100% - 8px);} */

.tabRound .tabList li~li{margin-left:8px}
.tabRound .tabList li a {display:flex; align-items:center; justify-content:space-around; background:#E9E9EF; color:#262626; border-radius:22px; height:40px; padding:0 20px; font-family:'SFNM'; font-size:16px;}
.tabRound .tabList li.active a {background:#262626;  color:#fff;  font-weight:700;}
.tabRound .tabList li a.active {background:#262626;  color:#fff;  font-weight:700;}

.tabRound.small .tabList li a {height:36px;font-size:14px}

.tabBody{margin-top:20px}
.tabBody .tabContent { display:none; position:relative;}
.tabBody .tabContent.active {display: block;}

/* tab sticky */
.stickyTabs {position:-webkit-sticky; position:sticky; top:90px; z-index:90; background:#fff;}
.dateTabs {display:flex; overflow-x:auto; white-space:nowrap; width:1197px; margin:0 auto}
.dateTabs+.stickyMenu{margin-top:28px;margin-bottom:13px}
.stickyMenu {display:flex;overflow-x:auto; white-space:nowrap; width:1197px; margin:0 auto}
.stickytabHeader {position:-webkit-sticky; position:sticky; top:90px; z-index:90; background:#fff;}
.sectionBody {}
.stickyCont {padding:80px 0px; min-height:200px;/*min-height:100vh;*/}

.tabLines.dayTabs {display:flex; overflow-x:auto; white-space:nowrap; width:1197px; margin:0 auto}
.tabLines.dayTabs ul{display:grid;width:100%;grid-template-columns:25% 25% 25% 25%}
.tabLines.dayTabs ul li a{font-size:20px;height:56px}

.tabContent {display:none;}
.tabContent.active {display: block;}

/* ===== iOS Safe Area ===== */
@supports (-webkit-touch-callout: none) {
  #header {
    top: env(safe-area-inset-top);
  }
  .stickyTabs {
    top: calc(60px + env(safe-area-inset-top));
  }
}


/* button style */
.btnWrap{display:grid;box-sizing:border-box;background-color:#fff;}
.btnWrap:after {content:''; display:block; clear:both;}
.btnWrap.fixed{position:fixed;bottom:0;left:0;width:100%;padding:0 16px 34px;z-index:1000;height:94px;right:0;}
.btnWrap button:only-child, .layerBottom a:only-child, .btnWrap .btnNext{width:100%;}
.btnWrap button, .btnWrap a{display:table;height:60px;line-height:60px;float:left;border-radius:12px;background-color:#FFE300;color:#222;font-size:17px;font-weight:400;}
.btnWrap button:disabled{background-color:#e6e6e6;color:#999}
.btnWrap button+button, .btnWrap a+a{}
.btnWrap button.line{border:1px solid #ccc;height:50px;line-height:50px;font-size:16px;background-color:#fff}

.btnWrap.col2{grid-template-columns:38% auto;grid-gap:8px;}

.btnWrap .btnCancel{background-color:#ddd;color:#222}

.btnWrap.fixed.topBg:before{content:'';display:block;position:fixed;bottom:94px;left:0;width:100%;height:36px;background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.07) 21%, rgba(255,255,255,0.24) 41%, #FFFFFF 100%);box-sizing:border-box;}

/* ==============================
 * content
 * ============================== */
.innerSide{margin-left:-20px !important;margin-right:-20px !important;}

.hide {display:none;}

.col-md-12 {flex:0 0 auto;width:100% !important;}
.col-md-6 {flex:0 0 auto;width:calc(50% - 10px) !important;}
.pc {display:block;}
.mo {display:none;}

/* Grid Default */
.row:after {clear:both; display:block; content:'';}
.col {float:left; transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s;}
.col.right {float:right;}

/* Grid (Flexible) */
.grid {display:-webkit-flex; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}

/* Align - Flexible */
.flex{display:flex  !important;}
.flex-auto > .col {-webkit-box-flex:1;-ms-flex:1;flex:1;}
.flex-column {-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
.flex-wrap {-ms-flex-wrap:wrap;flex-wrap:wrap;}
.flex-start {-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
.flex-center {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.flex-end {-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}
.flex-around {-ms-flex-pack:distribute;justify-content:space-around;}
.flex-between {-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.flex-evenly {-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;}
.cross-start {-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.cross-center {-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.cross-end {-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}
.cross-around {-webkit-box-align:space-around;-ms-flex-align:space-around;align-items:space-around;}
.cross-between {-webkit-box-align:space-between;-ms-flex-align:space-between;align-items:space-between;}
.cross-evenly {-webkit-box-align:space-evenly;-ms-flex-align:space-evenly;align-items:space-evenly;}

/* align */
.txtCenter{text-align:center !important;}
.txtLeft{text-align: left;}
.txtRight{text-align: right !important;}

/* border */
.borLineT {border-top:6px solid #efefef;}
.borLineT1 {border-top:1px solid #efefef;}
.borLineB1 {border-bottom:1px solid #efefef;}
.borLineT0 {border-top:none  !important}

/* 여백 */
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt12{margin-top: 12px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mt65{margin-top: 65px !important;}
.mt70{margin-top: 70px !important;}
.mt80{margin-top: 80px !important;}
.mt90{margin-top: 90px !important;}
.mt100{margin-top: 100px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.ml10{margin-left: 10px !important;}
.ml20{margin-left: 20px !important;}
.ml40{margin-left: 40px !important;}
.mr20{margin-right: 20px !important;}
.mr40{margin-right: 40px !important;}

.pt0{padding-top: 0px !important;}
.pt10{padding-top: 10px !important;}
.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pt40{padding-top: 40px !important;}
.pt60{padding-top: 60px !important;}
.pt70{padding-top: 70px !important;}
.pt80{padding-top: 80px !important;}
.pt90{padding-top: 90px !important;}
.pt100{padding-top: 100px !important;}
.pb0{padding-bottom: 0 !important;}
.pb10{padding-bottom: 10px !important}
.pb20{padding-bottom: 20px !important}
.pb30{padding-bottom: 30px !important}
.pb40{padding-bottom: 40px !important;}
.pl40{padding-left: 40px !important;}



@media (max-width: 1240px) {
    #header .inner .gnbMenu{margin-left:30px}
    #header .inner .gnbMenu>li~li{margin-left:40px}
}
@media (max-width: 1023px) {
    .col-12 {flex:0 0 auto;width:100%;}
    .col-6 {flex:0 0 auto;width:50%;}
    .pc {display:none;}
    .mo {display:block;}

    .titBox {padding-bottom:12px;flex-direction:column;align-items:flex-start;}
    .titlType2 {font-size:20px;line-height:30px;}

    body.mnoScroll {overflow:hidden; height:100%; -webkit-text-size-adjust:none}
    #header{height:60px}
    #header .inner{height:60px;}
    #header .inner .menuInfo{margin-right:16px}
    #header .inner .logo{margin-left:16px;width:62px;height:20px;background-size:62px 20px}
    /* 모바일에서 hide */
    #header .inner .gnbMenu, .menuInfo .userInfo, .menuInfo .btnLang{display:none}
    #header .inner, #pageTitle .inner{max-width:100%}

    .menuInfo .selectBox.btnLang .selectBtn{display:none}
    .menuInfo .selectBox.btnLang .selectBtn, .gnbHeader .selectBox.btnLang .selectBtn{display:flex;width:63px;height:32px;align-items:center;font-size:13px;color:#262626;font-weight:700;background:#FFF;border:1px solid #E9E9EF; box-shadow:4px 4px 40px 0 rgba(26,67,153,0.08);border-radius:17px;padding:7px 14px;}
    .menuInfo .selectBox.btnLang .selectBtn:after, .gnbHeader .selectBox.btnLang .selectBtn:after{background-size:12px;width:12px;height:12px;margin-top:-6px;background:url('/sgic/assets/images/common/select_box_arrow.png') no-repeat 50% 50%; background-size:12px; }
    .menuInfo .selectBox.btnLang .options, .gnbHeader .selectBox.btnLang .options{width:68px;padding:7px 0; background:#FFFFFF; border:1px solid #E9E9EF; box-shadow:4px 4px 40px 0 rgba(26,67,153,0.08); border-radius:8px;left:-2px}
    .menuInfo .selectBox.btnLang .option.selected::after, .gnbHeader .selectBox.btnLang .option.selected::after{display:none}
    .menuInfo .selectBox.btnLang .options .option, .gnbHeader .selectBox.btnLang .options .option{padding:4px 0;line-height:21px; text-align:center; font-weight:700}
    .menuInfo .selectBox.btnLang .options .option:hover , .gnbHeader .selectBox.btnLang .options .option:hover {background:none;color:#003CDC;}

    .gnbAllMenu{display:flex;flex-direction:column; transform:translateX(100%);height:100%; border-radius:0}
    .gnbAllMenu.open{transform:translateX(0);}
    .gnbAllMenu .gnbHeader{height:60px;border-bottom:none;justify-content:space-around;max-width:100%;margin:0;}
    .gnbHeader .btnNaviClose{margin-right:16px}
    .gnbHeader .logo{display:none}
    .gnbHeader .btnLang{display:block;margin-left:16px}

    .gnbAllMenu .userInfo{display:flex;margin:20px 0 0 0px}
    .gnbAllMenu .userInfo .name{background:url('/sgic/assets/images/content/ic_arrow_right.png') no-repeat right 50%; background-size:20px; padding-right:22px;}

    .gnbAllMenu .gnbBody{padding:0px 20px 28px;height:calc(100vh - 60px);overflow-y:auto;}

    .gnbBody .innerBody{max-width:100%;margin-top:24px}
    .gnbBody .menuList{grid-template-columns:auto}
    .gnbBody .menuList>li{padding-left:0px;border-left:none}
    .gnbBody .menuList>li:last-child{border-right:none}
    .gnbBody .menuList .menuDepth1{position:relative;gap:0;padding:14px 0}
    .gnbBody .menuList .menuTitle{padding-top:0}
    .gnbBody .menuList .menuDepth1.hasSub .menuTitle:after {content:' ';position:absolute;top:18px;right:0;width:20px;height:20px;background:url('/sgic/assets/images/common/accordian_expend.png') no-repeat center;background-size:20px;}
    .gnbBody .menuList .menuDepth1.hasSub.open{padding-bottom:4px}
    .gnbBody .menuList .menuDepth1.hasSub.open .menuTitle:after {content:' ';background:url('/sgic/assets/images/common/accordian_flip.png') no-repeat center;background-size:20px;}
    .gnbBody .menuList .menuDepth2{max-height:0; overflow:hidden; transition:max-height .25s ease;}
    .gnbBody .menuList .menuDepth2>li:first-child>a{padding-top:20px}
    .gnbBody .menuList .menuDepth2>li>a{font-size:14px;line-height:21px;padding:8px 0}
    .gnbBody .menuList .menuDepth2 .submenu>li>a{padding:8px 0 8px 12px;}

    .gnbFooter{display:flex;align-items:center;padding: 10px 0 20px 20px;/* height:60px; */flex-wrap:nowrap;}

    #wrapper #container{display:block;width:100%;min-width:320px}
    #wrapper #container .content, #container .side+.content, #container .side+.tabContent-wrap{display:block;width:100%;box-sizing:border-box;}
    #pageTitle{height:200px;margin-bottom:0}
    #pageTitle .inner{width:100%}
    footer .inner{padding:28px 20px}
    footer .inner .adder{margin-top:12px;flex-direction:column}
    footer .inner .adder .info span:after{display:none}
    footer .inner .adder .info span+span{display:block;padding-top:8px}
    footer .inner .adder .copy{margin-top:80px}
    .breadcrumb{top:21px;left:16px}
    .breadcrumb span a{font-size:12px;line-height:18px}
    .breadcrumb+.titlType1{padding-top:40px}
    .titlType1{font-size:28px;font-weight:700;line-height:36px;}
    .btnGroup button, .btnGroup a{width:calc(50% - 4px)}
    .btnGroup button:only-child, .btnGroup a:only-child{width:100%;}
    /* 모바일 사이즈 가로 사이즈 해지 */
    .btnGroup.mwuto button, .btnGroup.mwuto a, .btnGroup.mwuto button:only-child, .btnGroup.mwuto a:only-child{min-width:auto; width:auto}
    /* .btn {width:100%;} */
    .btn.large{height:48px}
    .tabLines .tabList li a, .tabLines.dayTabs ul li a, .tabLines.tabMenu ul li a {height:48px;color:#9e9e9e;font-weight:500;font-size:16px;}
    .tabLines .tabList li a:after{height:2px;}
    .tabLines .tabList li a .essent{color:#FF5D4D;vertical-align:top;margin-left:4px}
    .tabLines .tabList li .valCheck{display:inline-flex;align-items:center;border-radius:3px;background:#C0C5CE;height:20px;padding:0 6px;font-size:12px;color:#fff;line-height:18px;font-weight:700;margin-left:6px;}
    .tabLines .tabList li .valCheck.checked{background:#26C6DA;}
    .tabLines.dayTabs ul li~li{margin-left:0}
    .tabLines.dayTabs ul li:last-child{padding-right:0}
    .tabLines.stickyMenu ul{display:flex;scroll-behavior:smooth;}
    .tabLines.stickyMenu ul li{display:inline-flex;align-items:center;}
    .stickyTabs, .stickytabHeader {top:60px;}
    .stickyTabs.active, .stickytabHeader.active{box-shadow:4px 4px 40px 0 rgba(26,67,153,0.08)}
    .dateTabs+.stickyMenu{margin-top:12px}
    .stickyMenu{margin-bottom:13px; border-bottom:1px solid #e9e9ef}
    .stickyMenu.tabRound {border-bottom:none}
    .stickyMenu:after{display:none}
    .stickyMenu .tabList li:last-child, .tabLines .tabList li:last-child {padding-right:30px}
    .dateTabs, .stickyMenu, .tabLines.dayTabs, .tabLines.tabMenu{width:100%;}
    .stickyTabs .stickyMenu.mb0{margin-bottom:0}
    .tabLines .tabList li.active a:after{height:2px}
    .loginBg #header{background-color:#fff}
    .tabList{padding-left:16px;overflow-x:auto}
    .tabLines.dayTabs .tabList{margin-left:0;padding-left:0}
    .tabWrap.inside{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px;}
    .tabWrap.inside .tabList{}
    .tabRound .tabList li a{height:32px;padding:0 14px;font-size:14px}
    .tabRound.small .tabList li a {height:32px;}

    .stickyCont {padding:27px 16px;}
    .subBg #pageTitle{height:152px}

    /* submenu tab */
    .stickyMenu:after {content: ''; position:sticky; top:0; width:30px; height: 100%; pointer-events: none; transition: opacity .2s ease; right: 0; background: linear-gradient(to left, #fff, transparent);}    /* 토글 */
    .tabMenuWrap .stickyMenu{margin-bottom:0;}
    .tabMenuWrap .stickyMenu .tabList li:last-child{padding-right:64px}
    .tabMenuWrap .tabToggle {position:absolute; top:0; right:0px; width:60px; height:48px; display:flex; align-items:center; cursor:pointer}
    .tabMenuWrap .tabToggle .toggleIcon {display:flex; width:60px; height:100%;  background-image: linear-gradient(270deg, #FFFFFF 62%, rgba(255,255,255,0.00) 100%); transition: transform .25s ease;}
    .tabMenuWrap .tabToggle .toggleIcon:before{content: '';display:inline-flex;width:30px;height:100%;background:url('/sgic/assets/images/common/ic_m_dropdown_gray.png') no-repeat 50% 50%; background-size:20px; opacity:.5; margin-left:20px }
    /* ===== DROPDOWN ===== */
    .tabMenuWrap .tabMenuDrop {position:absolute;left:0px; right:0px;top:100%;background:#fff; border-bottom:1px solid #E9E9EF; box-shadow:4px 4px 40px 0 rgba(26,67,153,0.08); opacity: 0;transform: translateY(-8px);
      pointer-events: none; transition: opacity .25s ease, transform .25s ease;}
    .tabMenuWrap .tabMenuDrop.open {opacity:1; transform: translateY(0); pointer-events: auto;}
    /*.tabMenuWrap.dropOpen .toggleIcon {}*/
    .tabMenuWrap.dropOpen{z-index:91}
    .tabMenuWrap.dropOpen .toggleIcon:before{opacity:1;transform: rotate(180deg);}

    .tabMenuDropLst{display:table;padding:16px 16px 14px;}
    .tabMenuDropLst li{display:inline-flex;margin:0px 0px 8px 8px}
    .tabMenuDropLst li a {display:block;padding:7px 20px;background:#E9E9EF;border-radius:22px;font-size:14px;font-weight:500;line-height:21px;}
    .tabMenuDropLst li.active a {background:#262626; color:#fff; font-weight:700;}

    /* ===== CONTENT ===== */
    .textUpdata{padding:20px 16px 0 0;font-size:12px;color:#8F95A1;line-height:18px;font-weight:500;text-align:right}


}







