@charset "utf-8";

/*
font-family: 'NanumGothic', sans-serif;
font-family: 'NanumSquareNeo', sans-serif;
*/

label, input, select{vertical-align:middle;}
body{font-size:14px; font-family:'NanumSquareNeo', '맑은 고딕', 'Malgun Gothic', Dotum, "돋움",Gulim, "굴림", Verdana, Tahoma, AppleGothic, sans-serif; color:#333; letter-spacing:0; }
input, textarea, select{ font-family:'NanumSquareNeo', sans-serif !important; }
input[type="checkbox"]{ border:1px solid #ddd;}



/* header */
#header {position: fixed; width: 100%; top: 0; left: 0; box-sizing: border-box; z-index: 10000; background-color: #fff;}
#header::before {content: ''; width: 100%; height: 2px; background-color: #bbbbbb; position: absolute; bottom: 0; left: 0; opacity: 0; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s; z-index: 1;}
#header.scroll::before {opacity: 1;}
#sub #header::before {opacity: 1;}
#header .h_inner {max-width: 1308px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; position: relative;}
#header .logo {position: absolute; width: 240px; height: 50px; background: url(../images/common/logo.png) no-repeat center; font-size: 0; left: 0; top: 23px; z-index: 10;}



/* footer */
#footer {background-color: #333333;}
#footer .f_inner {max-width: 1308px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; position: relative; padding: 53px 0 50px 490px;}
#footer .logo {position: absolute; left: 0; top: 50%; transform:translate(0%, -50%); -webkit-transform:translate(0%, -50%);}
#footer .info_bx {font-size: 0;}
#footer .info_bx li {display: inline-block; position: relative; margin-right: 46px; font-size: 18px; color: #c9caca; line-height: 30px; font-weight: 800; font-family: 'NanumGothic', sans-serif; word-break: keep-all;}
#footer .info_bx li::before {content: ''; width: 2px; height: 13px; background-color: #c9caca; position: absolute; right: -21px; top: 50%; margin-top: -6px;}
#footer .info_bx li:last-child {margin-right: 0;}
#footer .info_bx li:last-child::before {display: none;}
#footer .info_bx li.w100 {display: block; margin-right: 0;}
#footer .info_bx li.w100::before {display: none;}
#footer .btm_txt {font-family: 'NanumGothic', sans-serif; font-size: 14px; color: #666666; line-height: 24px; font-weight: 800; word-break: keep-all; margin-top: 9px;}




/* s_visual */
#s_visual {position: relative; box-sizing: border-box; padding-top: 107px;}

#s_visual .tab_box {max-width: 1308px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; font-size: 0;}
#s_visual .tab_box .tab_w {display: inline-block; vertical-align: middle; position: relative; padding: 0 24px; font-size: 18px; color: #666666;}
#s_visual .tab_box .tab_w::before {content: ''; width: 2px; height: 20px; background-color: #cfcfcf; position: absolute; left: 0; top: 50%; margin-top: -10px;}
#s_visual .tab_box .tab_w.home {font-size: 0; width: 26px; height: 24px; background: url(../images/icon/home.png) no-repeat center; padding: 0; margin-right: 20px;}
#s_visual .tab_box .tab_w.home::before {display: none;}
#s_visual .tab_box .tab_w.home:last-child {margin-right: 0;}
#s_visual .tab_box .tab_w.dep2 .on_txt {color: #333333; font-weight: 700; cursor: pointer;}
#s_visual .tab_box .tab_w.dep2 .on_txt span {display: inline-block; padding-right: 21px; position: relative;}
#s_visual .tab_box .tab_w.dep2 .on_txt span::before {content: ''; width: 12px; height: 7px; background: url(../images/icon/arrow1.png) no-repeat center; position: absolute; right: 0; top: 50%; margin-top: -3px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
/*#s_visual .tab_box .tab_w.dep2 .on_txt.on span::before {transform: rotate(180deg);}*/
#s_visual .tab_box .tab_w.dep2 .dep2_wrap {position: absolute; width: 100%; left: 0; top: 30px; box-sizing: border-box; border: 1px solid #c9c9c9; display: none;}
#s_visual .tab_box .tab_w.dep2 .dep2_wrap > li {border-bottom: 1px solid #c9c9c9;}
#s_visual .tab_box .tab_w.dep2 .dep2_wrap > li:last-child {border-bottom: none;}
#s_visual .tab_box .tab_w.dep2 .dep2_wrap > li > a {display: block; font-size: 14px; color: #545454; font-weight: 700; word-break: keep-all; line-height: 25px; background-color: #ffffff; text-align: center;}

#s_visual .slogan {max-width: 1308px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; padding: 27px 0 68px;}
#s_visual .slogan .title {text-align: center; font-size: 38px; color: #000000; font-weight: 700; word-break: keep-all;}




/* popup */
.popup_bx {position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000000; background-color: rgba(0,0,0,.8); overflow-y: auto; padding: 50px 0; box-sizing: border-box; display: none;}
.popup_bx .pop_inner {display: table; height: 100%; width: 100%;}
.popup_bx .pop_w {display: table-cell; height: 100%; vertical-align: middle; width: 100%;}
.popup_bx .pop_con {max-width: 900px; margin: 0 auto; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; background-color: #fff; padding: 43px 55px; border: 1px solid #9fa0a0;}
.popup_bx .pop_con_w {max-height: 560px; overflow-y: auto;}
.popup_bx .pop_con .img_bx {text-align: center;}
.popup_bx .pop_con .img_bx img {max-width: 100%; max-height: 700px;}
.popup_bx .pop_con .txt_bx .img_bx {float: left; max-width: 180px; border: 1px solid #9fa0a0; margin-right: 34px; margin-bottom: 35px; min-height: 181px; display:flex; justify-content:center; align-items:center; table-layout:fixed;}

.popup_bx .pop_con .txt_bx {}
.popup_bx .pop_con .txt_bx .sb {display: flex; flex-flow: wrap;}
.popup_bx .pop_con .txt_bx .sb .img {max-width: 181px; border: 1px solid #9fa0a0; margin-right: 34px; min-height: 181px; display:flex; justify-content:center; align-items:center; table-layout:fixed; box-sizing: border-box;}
.popup_bx .pop_con .txt_bx .sb .img img {max-width: 100%;}
.popup_bx .pop_con .txt_bx .txt_w {width: calc(100% - 215px); box-sizing: border-box;}
.popup_bx .pop_con .txt_bx .sb strong {font-size: 18px; color: #000000; line-height: 26px; font-weight: 700; word-break: keep-all; display: block;}
.popup_bx .pop_con .txt_bx .sb strong:first-child {margin-top: 0;}
.popup_bx .pop_con .txt_bx .sb p {font-size: 15px; line-height: 26px; color: #000000; margin-top: 18px;}
.popup_bx .pop_con .txt_bx .sb p:first-child {margin-top: 0;}
.popup_bx .pop_con .txt_bx .sb .sub_txt {font-size: 14px; color: #000000; line-height: 26px; margin-top: 18px;}
.popup_bx .pop_con .txt_bx .txt {font-size: 14px; color: #000000; line-height: 26px; margin-top: 30px; display: none;}
.popup_bx .pop_con .txt_bx .txt.d_txt {display: block;}
.popup_bx .pop_con .txt_bx .txt:first-child {margin-top: 0;}

.popup_bx .pop_con .close_btn {display: block; background-color: #00696d; font-size: 18px; color: #fff; font-weight: 800; text-align: center; width: 200px; line-height: 60px; border-radius: 30px; margin: 30px auto 0; cursor: pointer; clear: both;}

#main .popup_bx .pop_con {background-color: transparent; padding: 0; border: none; max-width: 800px;}




.pc_show2 {display: block!important;}
.m_show2 {display: none!important;}


/* PC */
@media all and (min-width:1025px){
    .pc_show{ display:block !important;}
    .pc_i_show{ display:inline-block !important;}
    .m_show{ display:none !important;}
    .m_i_show{ display:none !important;}
    
    
    
    /* header */
    #header .h_inner {padding-left: 250px;}
    #header .menu_bx {font-size: 0; z-index: 2; position: relative; display: block!important;}
    #header .menu_bx .dep1_wrap {text-align: right;}
    #header .menu_bx .dep1 {display: inline-block; vertical-align: top; position: relative; text-align: center; margin-right: 123px;}
    #header .menu_bx .dep1:last-child {margin-right: 0;}
    #header .menu_bx .dep1 > a {height: 96px; display:flex; justify-content:center; align-items:center; table-layout:fixed; font-size: 20px; color: #221815; font-weight: 800; min-width: 177px; position: relative; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s;}
    #header .menu_bx .dep1:hover > a {color: #00696d;}
    #header .menu_bx .dep2_wrap {position: absolute; width: 100%; left: 0; top: 85px; box-sizing: border-box; display: none; padding-top: 16px!important;}
    #header .menu_bx .dep2_wrap::before {content: ''; width: 100%; height: 5px; background-color: #f27700; position: absolute; top: 11px; left: 0;}
    #header .menu_bx .dep2_wrap::after {content: ''; width: 22px; height: 11px; background: url(../images/icon/menu_arrow.png) no-repeat center; position: absolute; left: 50%; margin-left: -11px; top: 0;}
    #header .menu_bx .dep2_wrap > li {border: 1px solid #727171; box-sizing: border-box; position: relative; z-index: 1; border-top: none;}
    #header .menu_bx .dep2_wrap > li:first-child {border-top: 1px solid #727171;}
    #header .menu_bx .dep2_wrap > li > a {font-size: 17px; color: #727171; font-weight: 700; height: 43px; display:flex; justify-content:center; align-items:center; table-layout:fixed; background-color: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #header .menu_bx .dep2_wrap > li > a:hover {color: #00696d; background-color: #e2f2f2;}




    /* s_visual */
    #s_visual .tab_box .tab_w.dep2 .dep2_wrap > li > a {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #s_visual .tab_box .tab_w.dep2 .dep2_wrap > li > a:hover {background-color: #e7e7e7; color: #00696d;}
}

@media all and (max-width:1140px){
    /* header */
    #header .menu_bx .dep1 {margin-right: 30px;}
    
    
    
    /* footer */
    #footer .f_inner {padding: 53px 0 50px 410px;}
    #footer .logo {max-width: 310px;}
}

/* 태블릿&모바일 공통*/
@media all and (max-width:1024px){	
	.pc_show{ display:none !important;}
	.pc_i_show{ display:none !important;}
	.m_show{ display:block !important;}
	.m_i_show{ display:inline-block !important;}

    
    
    /* header */
    #header::before {background-color: #000000; z-index: 10; opacity: 1; height: 1px;}
    #sub #header::before {opacity: 0;}
    #sub #header.scroll::before {opacity: 1;}
    #sub #header.mOn::before {opacity: 1;}
    #header .h_inner {height: 66px;}
    #header .logo {width: 136px; height: 28px; background-size: 136px 28px; left: 7px; top: 19px;}
    #header .menu_btn {width: 25px; height: 16px; position: absolute; right: 17px; top: 24px; cursor: pointer; }
    #header .menu_btn span {width: 100%; height: 2px; background-color: #000000; position: absolute; left: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #header .menu_btn span:nth-child(1) {top: 0;}
    #header .menu_btn.on span:nth-child(1) {transform: rotate(135deg); top: 50%; margin-top: -1px;}
    #header .menu_btn span:nth-child(2) {top: 7px;}
    #header .menu_btn.on span:nth-child(2) {opacity: 0;}
    #header .menu_btn span:nth-child(3) {top: 14px;}
    #header .menu_btn.on span:nth-child(3) {transform: rotate(-135deg); top: 50%; margin-top: -1px;}
    
    #header .menu_bx {position: fixed; width: 100%; height: calc(100% - 66px); top: 66px; left: 0; overflow-y: auto; background-color: #fff; box-sizing: border-box; padding: 12px 20px; display: none;}
    #header .menu_bx .dep1 {margin-right: 0; border-bottom: 1px solid #c9caca;}
    #header .menu_bx .dep1:last-child {border-bottom: none;}
    #header .menu_bx .dep1 > a {font-size: 15px; color: #00696d; font-weight: 800; height: 45px; display:flex; justify-content:left; align-items:center; table-layout:fixed;}
    #header .menu_bx .dep2_wrap {display: block!important; height: auto!important; padding: 0!important;}
    #header .menu_bx .dep2_wrap > li {margin-bottom: 15px;}
    #header .menu_bx .dep2_wrap > li:last-child {margin-bottom: 0; padding-bottom: 15px;}
    #header .menu_bx .dep2_wrap > li > a {font-size: 13px; color: #221815; font-weight: 700; display: inline-block; line-height: 15px;}
    
    
    
    /* footer */
    /*#footer .f_inner {padding: 30px 0 30px 230px;}
    #footer .logo {max-width: 170px;}
    #footer .info_bx li {font-size: 10px; line-height: 15px; margin-right: 25px;}
    #footer .info_bx li::before {width: 1px; height: 8px; margin-top: -4px; right: -12px;}
    #footer .btm_txt {font-size: 10px; line-height: 15px; margin-top: 20px;}*/
    #footer {background-color: #e3e3e3; text-align: center;}
    #footer .f_inner {padding: 27px 0 37px;}
    #footer .logo {max-width: 155px; width: 100%; position: relative; top: auto; top: auto; transform:none; -webkit-transform:none; margin: 0 auto;}
    #footer .info_bx {margin-top: 20px;}
    #footer .info_bx li {color: #727171; font-size: 10px; line-height: 15px; margin-right: 25px;}
    #footer .info_bx li::before {background-color: #727171; width: 1px; height: 8px; margin-top: -4px; right: -12px;}
    #footer .btm_txt {font-size: 10px; line-height: 15px; margin-top: 20px; color: #7e7e7e; font-family: 'NanumSquareNeo', sans-serif; font-weight: 400;}




    /* s_visual */
    #s_visual {padding-top: 66px;}
    #s_visual .slogan {padding: 4px 0 12px;}
    #s_visual .slogan .title {font-size: 20px; line-height: 25px;}




    /* popup */
    .popup_bx .pop_con {padding: 20px;}
    .popup_bx .pop_con_w {max-height: 400px;}
    .popup_bx .pop_con .img_bx img {max-height: 600px;}
    .popup_bx .pop_con .txt_bx .img_bx {float: none; width: 100%; max-width: 100%; margin: 0 auto 15px; box-sizing: border-box;}
    .popup_bx .pop_con .txt_bx .img_bx img {max-width: 400px; width: 100%;}
    .popup_bx .pop_con .txt_bx .sb .img {width: 100%; margin-right: 0; max-width: 100%;}
    .popup_bx .pop_con .txt_bx .sb .img img {max-width: 400px; width: 100%;}
    .popup_bx .pop_con .txt_bx .txt_w {width: 100%; margin-top: 15px;}
    .popup_bx .pop_con .txt_bx .sb strong {font-size: 12px; line-height: 17px;}
    .popup_bx .pop_con .txt_bx .sb .sub_txt {font-size: 10px; line-height: 15px; margin-top: 8px;}
    .popup_bx .pop_con .txt_bx .sb p {font-size: 10px; line-height: 15px; margin-top: 8px;}
    .popup_bx .pop_con .txt_bx .txt {font-size: 10px; line-height: 15px; margin-top: 8px;}
    .popup_bx .pop_con .close_btn {font-size: 12px; line-height: 35px; margin-top: 20px; width: 100px;}
}

/* 모바일 */
@media all and (max-width:768px){
    .pc_show2 {display: none!important;}
    .m_show2 {display: block!important;}
    
    
    
    /* footer */
    /*#footer {background-color: #e3e3e3; text-align: center;}
    #footer .f_inner {padding: 27px 0 37px;}
    #footer .logo {max-width: none; position: relative; top: auto; top: auto; transform:none; -webkit-transform:none; margin: 0 auto;}
    #footer .info_bx {margin-top: 20px;}
    #footer .info_bx li {color: #727171;}
    #footer .info_bx li::before {background-color: #727171;}
    #footer .btm_txt {color: #7e7e7e; font-family: 'NanumSquareNeo', sans-serif; font-weight: 400;}*/
}

