@import url('/resource/css/basic.css');

body{ background: #e7f1fb;}

#wrap { position: relative; height: 100%; }
/* #wrap *{ scrollbar-arrow-color: #ddd; scrollbar-Track-Color: #ddd; scrollbar-base-color: #aaa; scrollbar-Face-Color: #aaa; scrollbar-3dLight-Color: #aaa; scrollbar-DarkShadow-Color: #aaa; scrollbar-Highlight-Color: #aaa; scrollbar-Shadow-Color: #aaa;} */
#wrap ::-webkit-scrollbar {width: 5px; height: 5px;}
#wrap ::-webkit-scrollbar-thumb {background-color: #aaa; border-radius: 10px;}
#wrap ::-webkit-scrollbar-track {background-color: #ddd; border-radius: 10px;}

.enter_wrap{ padding-bottom: 4rem;}
.enter_wrap .logo{display: flex; align-items: center; justify-content: center; padding: 2rem 0; color: #000000; font-size: 1.1rem; font-weight: 600;}
.enter_wrap .logo > img{margin-right: 0.5rem}
.enter_wrap .logo > em{ color: #115eb0;}

.container { position: relative; width:100%; max-width: 60rem; margin:0 auto;}
.container:after { content:""; display:block; clear:both; }

.contents{ padding: 3rem; background: #fff; border-radius: 1.5rem;}

/* 탭 */
.tab_st {font-weight: 400; text-align: left; margin-bottom: 1rem; position: relative;}
.tab_st > .select {display: none;}
.tab_st ul {display: flex; flex-wrap: wrap; margin: 0 -0.25rem;}
.tab_st ul li {width: calc(100% / 3); text-align: center; padding: 0 0.25rem;}
.tab_st ul li a {display: block; height: 100%; position: relative; background: #525c6e; line-height: 3.5rem; font-size: 1rem; color: #fff; border-radius: 5rem;}
.tab_st ul li a[target='_blank']:after {content: "\e980";}
.tab_st ul li.on a{background: #115eb0; font-weight: 600;}
.tab_st.w50 ul li{width: 50%;}
.tab_st.w25 ul li{width: 25%;}
/* 탭 : active */
.tab_st ul li a,
.tab_st ul li a:after {transition: 0.3s;}

/* 탭 : 회원가입1 */
.tab_stJoin1 {font-weight: 400; text-align: left; margin-bottom: 1rem; position: relative;}
.tab_stJoin1 > .select {display: none;}
.tab_stJoin1 ul {display: flex; align-items: center; justify-content: space-between; margin: 0 -0.25rem; background: #f6f6f6; border-radius: 1rem;}
.tab_stJoin1 ul li {width: calc(100% / 3); text-align: center; padding:1rem 0.2rem;}
.tab_stJoin1 ul li.on{background: #253956; color: #fff; border-radius: 1rem; margin-top: -1rem;}
.tab_stJoin1 ul li.on .txt{color: #fff;}
.tab_stJoin1 ul li .tit{font-size: 0.9rem; font-weight: 600;}
.tab_stJoin1 ul li .txt{margin-bottom: 0; letter-spacing: -0.05rem; font-size: 0.75rem;}

/* 체크 인풋 */
.check_st1 ul{display: flex; margin: 0 -0.5rem;}
.check_st1 ul li{position: relative; flex: 1; padding: 0 0.5rem;}
.check_st1 ul li label{display: block; background: #f6f6f6; border: 1px solid #c5c9d6; line-height: 2.5rem; padding: 0 1rem; border-radius: 5rem; transition: all 0.1s;}
.check_st1 ul li input{position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%);}
.check_st1 ul li input:checked + label{background: #e9f4ff; border: 2px solid #115eb0; color: #115eb0; font-weight: 600;}

/* 로그인 영역 */
.login_st1{position: relative; min-height: 15rem; padding-left: 21.5rem; margin-bottom: 3rem;}
.login_st1 .img{position: absolute; left: 2rem; top: 0; height: 15rem;}
.login_st1 .img img{height: 100%;}

.login_st2{display: flex; justify-content: space-between; flex-wrap: wrap;}
.login_st2 > div{width: 50%;}
.login_st2 > div:nth-child(odd){padding-right: 2.5rem;}
.login_st2 > div:nth-child(even){padding-left: 2.5rem; border-left: 2px dotted #c5c9d6;}


/* 로그인 영역 : 박스 타입 */
.login_box1{display: flex; justify-content: space-between;}
.login_box1 .input_wrap{display: flex; flex-direction: column; width: calc(100% - 7rem);}
.login_box1 .input_wrap input{display: block; width: 100%; height: 3rem; padding: 0.5rem 1rem; background: #eef2f7; border: 0; border-radius: 0.5rem;}
.login_box1 .input_wrap input ~ input{margin-top: 0.5rem;}
.login_box1 .btn_login{display: flex; align-items: center; justify-content: center; flex-direction: column; line-height: 1; width: 6.5rem; text-align: center; background: #115eb0; color: #fff; border-radius: 0.5rem; font-size: 0.9rem; font-weight: 500;}
.login_box1 .btn_login i{font-size: 2rem; margin-bottom: 0.5rem;}

.login_box2,
.login_box3{display: flex; flex-direction: column;}
.login_box2 .btns_wrap,
.login_box3 .btns_wrap {margin-top: auto; display: flex;}
.login_box2 .btns_wrap a,
.login_box3 .btns_wrap a{flex: 1; text-align: center; border-radius: 0.5rem; }

.login_box2 .input_wrap{display: flex; flex-direction: column;}
.login_box2 .input_wrap input{display: block; width: 100%; height: 3rem; padding: 0.5rem 1rem; background: #eef2f7; border: 0; border-radius: 0.5rem;}
.login_box2 .input_wrap input ~ input{margin-top: 0.5rem;}

/* 로그인 영역 : 더보기 옵션 */
.login_more{ margin: 1.5rem 0 2rem; font-size: 0.8rem;}
.login_more a{ position: relative; padding-right: 2rem;}
.login_more a ~ a{ margin-left: 1rem;}
.login_more a i{position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #dbedff; display: inline-flex; justify-content: center; align-items: center; font-size: 1.2rem;}

/* 로그인 영역 : active */
.login_st1 .login_more a:hover,
.login_st1 .login_more a:focus{font-weight: 500;}

/* 리스트 */
.list_st1 > li { position: relative; padding-left: 0.6rem; line-height: 1.4rem; font-size: 0.8rem; color: #444;}
.list_st1 > li:before {content: ''; width: 0.25rem; height: 0.25rem; border-radius: 50%; background: #666; position: absolute; left: 0; top: 0.55rem;}

/* 박스 */
.box_st1{ display: flex; justify-content: space-between; align-items: center; padding:1.8rem 2rem; background: #eef2f7; border-radius: 0.5rem;}
.box_st1 ~ .box_st1{margin-top: 1rem;}
.box_st1 .inner{margin-right: auto; max-width: 33rem;}

.box_st2{ background: #f6f6f6; border-radius: 0.5rem; padding: 1rem; margin-top: 2rem;}

.box_st3{ position: relative; background: #e8f4ff; padding: 2.5rem 4.5rem; border-radius: 5rem; margin-bottom: 4rem;}
.box_st3 .inner{padding-right: 10rem;}
.box_st3 .inner img{position: absolute; top: 2rem; right: 4.5rem;}

.box_stJoin1{position: relative; border: 1px solid #c5c9d6; border-radius: 0.5rem; padding: 1rem; padding-right: 3rem;}
.box_stJoin1 .checkbox{ position: absolute; right: 1rem; top: 1.2rem;}
.box_stJoin2{border: 1px solid #c5c9d6; border-radius: 0.5rem; padding: 1rem; background: #fafafa;}
.box_stJoin2 .inner{max-height: 13.5rem; overflow-y: auto;}
.box_stJoin3{border-radius: 0.5rem; padding: 1rem; background: #f7f7f7;}
.box_stJoin3 .inner{max-height: 13.5rem; overflow-y: auto;}

/*241211*/
.agreeWrap{border-top: 2px dotted #c5c9d6; margin-top: 1rem; padding-top: 1rem;}
/*.agreeWrap input{display: none;}*/
/*.agreeWrap label ~ label{margin-left: 1rem;}*/
/*.agreeWrap label::before{content: "\ea0e"; font-family: 'xeicon'; display: inline-block; font-size: 1rem; vertical-align: middle;}*/
.agreeWrap input:checked + label{color: #115eb0;}
.agreeWrap input:checked + label::before{content: "\e92d";}

/* 블릿 타입, 리스트 : 불릿 타입 */
[class^='bu_st'],
[class^='list_st'] > li {position: relative;}
.bu_st1,
.list_st1 > li {padding-left: 0.7rem; font-size: 0.8rem; color: #444;}
.bu_st2,
.list_st2 > li {padding-left: 0.6rem; font-size: 0.8rem; color: #444;}
.bu_st3,
.list_st3 > li {padding-left: 0.65rem; font-size: 0.75rem; color: #555;}
.bu_st4,
.list_st4 > li {padding-left: 0.45rem; font-size: 0.75rem; color: #555;}
.bu_st1:before,
.list_st1 > li:before {content: ''; width: 0.35rem; height: 0.35rem; border-radius: 50%; background: #1963d1; position: absolute; left: 0; top: 0.45rem;}
.bu_st2:before,
.list_st2 > li:before {content: ''; width: 0.25rem; height: 0.25rem; border-radius: 50%; background: #666; position: absolute; left: 0; top: 0.5rem;}
.bu_st3:before,
.list_st3 > li:before {content: ''; width: 0.4rem; height: 3px; background: #666; position: absolute; left: 0; top: calc(0.65rem - 2px);}
.bu_st4:before,
.list_st4 > li:before {content: ''; width: 3px; height: 3px; background: #666; position: absolute; left: 0; top: 11px;}
.bu_st2 {margin-left: 0.6rem;}
.bu_st3 {margin-left: 1.25rem;}
.bu_st4 {margin-left: 2.1rem;}

/* 타이틀 */
[class*="tit"] ~ [class*="tit"]{margin-top: 2rem;}
.tit1{font-size: 1rem; font-weight: 600; line-height: 1; margin-bottom: 1rem; color: #000;}
.tit2{font-size: 1.2rem; font-weight: 600; line-height: 1; margin: 1rem 0; color: #000;}
.tit3{font-size: 0.9rem; font-weight: 600; line-height: 1; margin: 0.5rem 0; color: #000;}

/* 텍스트 요소 : 폰트 크기 */
.fs12 {font-size: 0.6rem !important;}
.fs13 {font-size: 0.65rem !important;}
.fs14 {font-size: 0.7rem !important;}
.fs16 {font-size: 0.8rem !important;}
.fs18 {font-size: 0.9rem !important;}
.fs20 {font-size: 1rem !important;}
.fs22 {font-size: 1.1rem !important;}
.fs24 {font-size: 1.2rem !important;}
.fs26 {font-size: 1.3rem !important;}

/* 텍스트 요소 : 강조 타입 */
.Tline_b {text-decoration: underline !important;}
.f_weightB {font-weight: bold;}
.font_Si {font-style: italic !important;}
.font_Fr {font-weight: 400 !important;}
.font_Fm {font-weight: 500 !important;}
.font_Fb {font-weight: 600 !important;}

/* 마진 */
.mg0{ margin:0 !important; }
.mg5{ margin:5px !important; }
.mg10{ margin:10px !important; }
.mg15{ margin:15px !important; }
.mg20{ margin:20px !important; }
.mg30{ margin:30px !important; }
.mgt5{ margin-top:5px !important; }
.mgt10{ margin-top:10px !important; }
.mgt15{ margin-top:15px !important; }
.mgt20{ margin-top:20px !important; }
.mgt30{ margin-top:30px !important; }
.mgt40{ margin-top:40px !important; }
.mgt5n { margin-top:-5px !important; }
.mgt10n { margin-top:-10px !important; }
.mgr5{ margin-right:5px !important; }
.mgr10{ margin-right:10px !important; }
.mgr15{ margin-right:15px !important; }
.mgr20{ margin-right:20px !important; }
.mgr30{ margin-right:30px !important; }
.mgb0{ margin-bottom:0 !important; }
.mgb5{ margin-bottom:5px !important; }
.mgb10{ margin-bottom:10px !important; }
.mgb15{ margin-bottom:15px !important; }
.mgb20{ margin-bottom:20px !important; }
.mgb30{ margin-bottom:30px !important; }
.mgl5{ margin-left:5px !important; }
.mgl10{ margin-left:10px !important; }
.mgl15{ margin-left:15px !important; }
.mgl20{ margin-left:20px !important; }
.mgl30{ margin-left:30px !important; }

/* 문장 */
.txt{font-size: 0.8rem; color: #555; line-height: 1.3rem; margin-bottom: 2rem;}

/* 버튼 */
.btns_wrap a ~ a{margin-left: 0.5rem;}
[class*="btn_"]{display: inline-block; line-height: 3rem; padding: 0 1.5rem; border-radius: 0.5rem; font-weight: 500;}
[class*="btn_"].btnIcon{position: relative; padding-right: 5rem;}
[class*="btn_"].btnIcon::after{ content: "\e92b"; font-family: 'xeicon'; display: block; position: absolute; right: 2rem; top: 50%; transform: translateY(-50%); font-size: 1.2rem;}

[class*="btn_"][class*="_bl"]{background: #115eb0; color: #fff;}
[class*="btn_"][class*="_navy"]{background: #253956; color: #fff;}
[class*="btn_"][class*="_gray"]{background: #525c6e; color: #fff;}

[class^="btn_"].mini {min-width: auto !important; padding: 0 0.5rem; border-radius: 0; border-width: 1px; font-size: 0.7rem; line-height: 1.5rem;}

.btns_agree a{border-radius: 0; }

/* 텍스트 요소 : 주의&경고&말풍선 타입 */
.bu_atte {padding-left: 1rem; color: #222425; margin-top: 0.25rem; position: relative;}
.bu_atte:before {content: "\203b"; position: absolute; left: 0; top: 0; line-height: 1.4;}
.warning{margin: 0.5rem 0 1rem; line-height: 1.5; text-indent: -0.5rem; padding-left: 1rem;}

/* 텍스트 요소 : 폰트컬러 타입 */
.pc_gray {color: #333 !important;}
.pc_black {color: #000 !important;}
.pc_blue {color: #115eb0 !important;}
.pc_red {color: #e33d65 !important;}
.pc_navy {color: #003d81 !important;}
.pc_org {color: #ff6000 !important;}
.pc_green {color: #007342 !important;}
.pc_pur {color: #6e39ce !important;}

/* 텍스트 요소 : 정렬 */
.al{text-align: left;}
.ac{text-align: center;}
.ar{text-align: right;}

/* 라인 */ 
.line_dot { margin-bottom:1rem; padding-top:1rem; border-bottom:2px dotted #d2d2d2; }
.line_dot_b { border-bottom:2px dotted #d2d2d2; }

/* 테이블 : 테이블 기본 타입 */
div[class*='tbl_st'] {background: #fff; overflow: hidden; margin-top: 0.5rem; position: relative;}
div[class*='tbl_st']:after {content: ""; display: block; width: 100%; height: 1px; background: #c8c6c7; position: absolute; left: 0; bottom: 0;}
div[class*='tbl_st'] + div[class*='tbl_st'] {margin-top: 1rem;}
div[class*='tbl_st'] table {border-top:2px solid #0f4e93; text-align: center; position: relative; word-break: break-all;}

div[class*='tbl_st'] table th {border-bottom: 1px solid #c5c9d6; padding: 0.75rem 0.25rem; font-size: 0.8rem; color: #010101; font-weight: 500; vertical-align: middle;}
div[class*='tbl_st'] table td {border-bottom: 1px solid #c5c9d6; padding: 0.5rem 0.25rem; font-size: 0.75rem; color: #555; vertical-align: middle;}
div[class*='tbl_st'] table td ul {text-align: left;}
div[class*='tbl_form'] table th {padding: 0.75rem 1rem;}
div[class*='tbl_form'] table td {padding: 0.5rem 1.1rem;}
div[class*='tbl_st'] table thead th {border-bottom: 1px solid #ccc; background: #f4f4f4; color: #000;}
div[class*='tbl_st'] table tbody th,
div[class*='tbl_st'] table tfoot th,
div[class*='tbl_st'] table tfoot td {background: #fafafa; color: #000;}

div[class*='tbl_st'].scroll_wide { width:100%; overflow-x:auto; background-repeat:no-repeat; background-image:linear-gradient(to left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%); background-position:right 5px; background-size:30px 100%; z-index:1; }

div[class*='tbl_st'] table input,
div[class*='tbl_st'] table select{line-height: 1.5rem; height: 1.5rem; border: 1px solid #d8dce6; }

.tbl_st table {width: calc(100% + 1px); margin-left: -1px;}
.tbl_st table th,
.tbl_st table td {border-left: 1px solid #c5c9d6;}

/* 테이블 : PC 스크롤 */
div[class*='tbl_st'].scroll_wide {overflow: auto;}

/* 테이블 : 세로테이블 */
.tbl_st_row table {width: calc(100% + 1px); margin-left: -1px;}
.tbl_st_row table th,
.tbl_st_row table td {border-left: 1px solid #c5c9d6;}

/* 테이블 :테이블 4면 선 */
.tbl_st2 table {width: 100%; border-left: 1px solid #c5c9d6; margin-left: 0;}
.tbl_st2 table th,
.tbl_st2 table td {border-right: 1px solid #c5c9d6;}

/* 탭 : 리스트 */
.tab_list ul {display: flex; flex-wrap: wrap; border-top: 2px solid #455874; border-bottom: 2px dotted #c5c9d6; padding: 0.2rem 0.8rem;}
.tab_list ul li {width: 25%; padding: 0 0.3rem;}
.tab_list.w30 ul li {width: 33.33%; }
.tab_list ul li a {display: block; padding: 0.55rem 0; padding-left: 1.05rem; color: #666; font-weight: 500; position: relative;}
.tab_list ul li a:before {content: "\e92c"; font-family: 'xeicon'; font-size: 0.9rem; color: #757675; position: absolute; left: 0; top: 0.45rem;}
/* 탭 : 리스트 : active */
.tab_list ul li a:hover,
.tab_list ul li a:focus,
.tab_list ul li.on a {color: #1963d1;}
.tab_list ul li a:hover:before,
.tab_list ul li a:focus:before,
.tab_list ul li.on a:before {content: "\e92b"; color: #1963d1;}

/* footer */
footer{margin-top: 2.5rem; text-align: center; color: #5b656e;}

/* sns 연동 */
.snsBtnNArr{}
.snsBtnNArr [class*="btn_"]{display: inline-flex; align-items: center; justify-content: flex-start; border-radius: 0.3rem; padding-left: 0.8rem; padding-right: 2.5rem;}
.snsBtnNArr [class*="btn_"] i{font-size: 1.7rem; margin-right: 0.7rem; padding-left: 0 !important;}
.snsBtnNArr [class*="btn_"] img{margin-right: 0.7rem; width: 0.8rem;}
.snsBtnNArr .btn_N{background: #04be15; color: #fff;}
.snsBtnNArr .btn_G{background: #fff; border: 1px solid #c5c9d6; }
.snsBtnNArr .btn_K{background: #f7e401; color: #441a03;}



@media (max-width: 1240px) {
    .enter_wrap{padding: 0 1rem;}


}

@media screen and (max-width: 1180px) {
    /* 로그인 영역 */
    .login_st1{padding-left: 0;}
    .login_st1 .img{display: none;}

    .box_st1{flex-direction: column; align-items:flex-start}
    .box_st1 .inner{max-width: 100%;}
    .box_st1 .btns_wrap{margin-left: auto;}

    .login_st2 > div{width: 100%;}
    .login_st2 > div:nth-child(odd){padding-right: 0;}
    .login_st2 > div:nth-child(even){padding-left: 0; border-left: 0;}
    .login_st2 > div ~ div{margin-top: 2rem; padding-top: 2rem; border-top: 2px dotted #c5c9d6;}

    .login_box2 .btns_wrap, 
    .login_box3 .btns_wrap{justify-content: center;}

    .txt{margin-bottom: 1rem;}

    [class*="btn_"]{max-width: 14rem;}

}

@media screen and (max-width: 1024px) {
    .box_st3 .inner{padding-right: 0;}
    .box_st3 .inner img{display: none;}

    .tab_stJoin1 ul{flex-wrap: wrap; align-items: stretch;}
    .tab_stJoin1 ul li{width: 100%; padding: 0.5rem;}
    .tab_stJoin1 ul li.on{margin-top: 0;}

    /* 탭 : 리스트 */
    .tab_list ul li {width: calc(100% / 3);}
}



@media screen and (max-width: 768px) {
    .contents{padding: 1.5rem;}
    
    .box_st3{padding: 1.5rem;}

    .tab_st ul li{width: 50% !important; padding: 0.25rem;}
    .tab_st ul li a{font-size: 0.9rem; line-height: 3rem;}

    .login_more a{display: block;}
    .login_more a ~ a{margin-left: 0; margin-top: 0.5rem;}
    .login_more a i{width: 1.3rem; height: 1.3rem;}

    .tbl_100 .al{text-align: center !important;}
    .tbl_100 colgroup{display: none;}
    .tbl_100 table tbody tr th,
    .tbl_100 table tbody tr td{width: 100%; display: block;}
    .tbl_100 input,
    .tbl_100 select{width: calc(100% - 1rem); display: block; margin: 0.25rem 0; }

    .agreeWrap label{display: block;}

    .check_st1 ul{flex-wrap: wrap;}
    .check_st1 ul li{flex: auto; width: 100%; margin: 0.25rem 0;}
    
    /* 탭 : 리스트 */
    .tab_list ul {padding: 0.2rem;}
    .tab_list ul li a:before {top: 0.5rem;}

    /* 탭 : 리스트 */
    .tab_list ul li {width: 50%;}
    
}

@media screen and (max-width: 640px) {
}	

@media screen and (max-width: 440px) {
    .contents{padding: 1.5rem 1rem;}

    .tit1{line-height: 1.5; margin-bottom: 0.5rem;}
    .tit2{line-height: 1.5; }

    .login_box1{flex-direction: column;}
    .login_box1 .input_wrap{width: 100%;}
    .login_box1 .btn_login{width: 100%; margin-top: 0.5rem;height: 50px;}
    .login_box1 .btn_login i{display: none;}

    .tab_st ul li{width: 100% !important;}
    .tab_st ul li a{line-height: 2.5rem;}

    .box_st1{padding: 1rem;}
    .box_st1 .btns_wrap{width: 100%; text-align: center;}
    .box_st1 .btns_wrap a img{width: 2.5rem;}

    .login_box2 .btns_wrap, 
    .login_box3 .btns_wrap{flex-direction: column;}

    .btns_wrap a ~ a{margin-left: 0; margin-top: 0.5rem;}

    [class*="btn_"]{max-width: 100%;}
    
    /* 탭 : 리스트 */
	.tab_list ul li {width: 100%;}
    


}	