﻿@media screen and (max-width: 768px) {
header {
    background: #499edf;
	}
.warp-padding-main {
    width: 100%;
    padding: 0;
	}
.header_backcolor {
    background: #499edf;
	}
.main_slider_box {
    height: auto;
	}
.top_menu_warp2 {
    background: #fff;
	}
.main_left_section,
.main_right_section {
	float: none;
    width: 100%;
	}
.main_section_card {
	float: none;
    width: 100%;
    height: auto;
    margin-top: 15px;
	}
.main_section_card_l {
	float: none;
    width: 100%;
    border: 0;
	}
.main_section_card_l + .main_section_card {
	width: calc(100% + 10px);
	}	
.main_section_card_tabs {
    width: 100%;
    background: #fff;
    /* float: none; */
    margin-top: 13px;
    /* margin-bottom: 25px; */
	}
.main_section_card_r {
    width: 100%;
	}
.box_list-title {
    background: #fff;
	}
.box_list-title h4 {
    margin: 0;
    padding: 1.3rem 0 0.9rem 1rem;
    font-size: 1.3rem;
	}
.main_section_card .box_list-title h4 {padding: 0;}
.main_section_card .box_list-title .btn_more {top: 0;}	
.box_list-title .btn_more {
    top: 1rem;
    right: 0.5rem;
	}
.box_list_gallery {
    padding: 0 0.5rem 0.5rem 0.5rem;
	}
.box_list_gallery ul li:last-child {
    border-bottom: 0;
	}
.box_list_gallery ul li p {
    height: 6.5rem;
	}
.box_list_gallery ul li p span.subject {
    color: #555555;
    letter-spacing: -0.5px;
    font-weight: 300;
    font-size: 1.2rem;
	}
.box_list_gallery ul li p span.date {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #aaa;
    font-size: 13px;
	}
.main_section_card_focus {
    width: calc(100% - 2rem);
    height: auto;
    border: 0;
    float: left;
    background: #fff;
    padding: 0 1rem;
	}
.main_section_card_focus ul {
    margin-top: 20px;
	}
.main_section_card_focus ul li p,
.main_section_card_mini_gallery ul li p {
    margin-top: 0.5rem;
    color: #555555;
    font-weight: 300;
    font-size: 1rem;
	}	
.main_section_card_mini_gallery {
    width: calc(100% - 2rem);
    height: auto;
    border: 1px solid #ebeef3;
    float: right;
    background: #fff;
    padding: 0 1rem;
	}
.main_section_card_mini_gallery ul {
    margin: 0;
	}
.main_section_card_mini_gallery ul li {
    padding: 15px 0;
	}
.main_section_card_mini_gallery ul li:last-child {
    border-bottom: 0;
	}
.box_limain_section_card_mini_galleryst_gallery ul li a {
    text-decoration: none;
	}
.ex_search1 li {
    padding: 0;
	}
.ex_search1 li .text_box {
    margin: 1rem 0 1rem 4rem;
	}
.ex_search1 li h5 {
    font-size: 1.1rem;
	}
.ex_search1 li span {
    font-family: dotum;
    font-size: 0.9rem;
    color: #999999;
    line-height: 0.9rem;
    letter-spacing: -0.1rem;
	}
.ex_search1 > li.btn_ex_search {
    background-repeat: no-repeat;
    background-position: left 1rem top 1rem;
    background-size: 25px;
	}
.ex_search1 > li.btn_ex_search1 {
    background-image: url(/next/images/mobile/site3/icon_main_bottom_link1.png);
	}
.ex_search1 > li.btn_ex_search2 {
    background-image: url(/next/images/mobile/site3/icon_main_bottom_link2.png);
	}
.ex_search1 > li.btn_ex_search3 {
    background-image: url(/next/images/mobile/site3/icon_main_bottom_link3.png);
	}
.ex_search1 > li.btn_ex_search4 {
    background-image: url(/next/images/mobile/site3/icon_main_bottom_link4.png);
	}
.ex_search1 > li.btn_ex_search5 {
    background-image: url(/next/images/mobile/site3/icon_main_bottom_link5.png);
	}
.ex_search1 > li.btn_ex_search6 {
    background-image: url(/next/images/mobile/site3/icon_main_bottom_link6.png);
	}
/* Tabs */
/* Style the tab */
.tab {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #499edf;
	}
/* Style the buttons that are used to open the tab content */
.tab button.tablinks {
    background-color: inherit;
    float: left;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.2rem;
    font-family: 'Noto Sans KR';
    font-weight: 300;
    width: calc(33% - 1rem);
    height: 3rem;
    color: #444444;
    border: 1px solid #ebeef3;
    border-bottom: 0;
    background: #fff;
	}
.tab a.btn_tab_more {
    width: 3.3rem;
    height: 3rem;
    background: #499edf;
    border: 0;
    font-size: 3rem;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 3rem;
	}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #fff;
	}
/* Create an active/current tablink class */
.tab button.active {
    color: #547aad;
    border: 1px solid #499edf;
    border-bottom: 0;
	}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 1rem;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #499edf;
    position: relative;
    float: left;
    height: auto;
    width: calc(100% - 2rem);
	}
.tabcontent ul {
    background: #fff;
    padding: 0;
    float: left;
    position: relative;
	}
.tabcontent ul li {
    background: #fff;
    padding: 0.5rem 0;
    float: left;
    width: calc(100% - 1rem);
    background: url(/next/images/site3/bl_main_list_gray.png) 0.5rem center no-repeat;
    padding-left: 1rem;
	}
.tabcontent ul li:first-child {
    background: url(/next/images/site3/bl_main_list_blue.png) 5px center no-repeat;
	}
.tabcontent ul li a {
    text-decoration: none;
	}
.tabcontent ul li span.subject {
    font-size: 1rem;
    font-weight: 300;
    color: #555555;
    float: left;
    display: block;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
.tabcontent ul li span.date {
    font-size: 0.9rem;
    font-weight: 300;
    color: #aaaaaa;
    float: right;
    width: 22%;
	}
.table_customer_survey {
    border-spacing: 0;
    border-top: 2px solid #194a77;
    width: 100%;
    margin-bottom: 60px;
	}
.table_customer_survey td {
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #ebeef3;
	}
.questions {
    color: #333333;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 15px 0;
	}
.answer_box input[type="radio"] {
    vertical-align: middle;
	}
.answer_box label {
    font-weight: 300;
    font-size: 1.2rem;
    color: #777;
    position: relative;
    padding-left: 0.5rem;
	}
.answer_box input[type="radio"] + label::before {
    /* 		content: ' ';
    width: 18px;
    height: 18px;
    background: url(/next/images/main/bl_radio.png) left center no-repeat; 
    display: block;
    position: absolute;
    top: 0px;
    left: -16px; */
	}
.answer_box input[type="radio"]:focus + label::before {
    /* 		background: url(/next/images/main/bl_radio_focus.png) left center no-repeat;
    position: absolute;
    top: 0px;
    left: -16px; */
	}
.answer_box input[type="radio"]:checked + label::before {
    /* background: url(/next/images/main/bl_radio_checked.png) left center no-repeat; */
	}
.answer_box input[type="checkbox"] {
    vertical-align: middle;
	}
.answer_box input[type="checkbox"] + label::before {
    /* 		content: ' ';
    width: 18px;
    height: 18px;
    background: url(/next/images/main/bl_checkbox.png) left center no-repeat;
    display: block;
    position: absolute;
    top: 2px;
    left: -17px; */
	}
.answer_box input[type="checkbox"]:focus + label::before {
    /* background: url(/next/images/main/bl_checkbox_focus.png) left center no-repeat;
    position: absolute;
    top: 2px;
    left: -17px; */
	}
.answer_box input[type="checkbox"]:checked + label::before {
    /* 	background: url(/next/images/main/bl_checkbox_checked.png) left center no-repeat; */
	}
.table_customer_survey td textarea {
    width: 100%;
    height: 7.8rem;
	}
.table_customer_survey td .alert_box {
    background: #DA3808;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    line-height: 18px;
    padding: 1rem;
	}
.protection_text_box {
    border: 1px solid #dddddd;
    width: calc(100% - 2rem);
    margin: 0 auto;
    padding: 0px 1rem;
	}
.protection_text_box h5 {
    color: #333333;
    font-size: 1.2rem;
    line-height: 30px;
    margin: 10px 0 0 0;
    font-weight: 400;
	}
.protection_text_box p {
    padding-left: 1rem;
    margin: 0;
    line-height: 1.8rem;
	}
.protection_text_box p span {
    display: block;
    line-height: 1.8rem;
	}
.agree_box {
    color: #DA3808;
    font-size: 1.2rem;
    font-weight: 400;
    border-top: 1px solid #ebeef3;
    margin-top: 10px;
    padding: 1rem 0.5rem;
    letter-spacing: -0.1rem;
    line-height: normal;
	}
.agree_box br {
    display: block;
	}
.agree_box input[type=radio] {
    margin-left: 2rem;
    margin-top: 1rem;
	}
.agree_box input[type=radio]:first-child {
    margin-left: 0px;
	}
.form_customer_survey_alert {
    width: 100%;
    margin: 1.5rem auto 1.5rem auto;
    line-height: 1.8rem;
	}
.table_customer_survey_input th {
    display: inline-block;
    width: 30%;
    height: 3.2rem;
    font-size: 1.2rem;
    line-height: 3.2rem;
    color: #333333;
	}
.table_customer_survey_input td {
    display: inline-block;
    width: calc(69% - 1.1rem);
    padding: 0;
    height: 2.4rem;
    padding: 0.5rem;
	}
.table_customer_survey_input td input[type=text] {
    height: 23px;
    border: 1px solid #e3e7ee;
    padding: 0;
    margin: 0;
	}
.btn_search_zipcode {
    width: 40%;
    height: 2.3rem;
    border: 1px solid #194a77;
    background: #194a77;
    font-size: 1.2rem;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 2.3rem;
    vertical-align: middle;
    margin-left: 5px;
	}
.table_customer_survey_input td span {
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 0.3rem;
    vertical-align: middle;
	}
.iptxt_name {
    width: 100%;
	}
.iptxt_tel {
    width: 28%;
	}
.iptxt_email {
    width: 100%;
	}
.iptxt_zipcode {
    width: 55%;
	}
.iptxt_address {
    width: 100%;
	}
.btn_customer_survey_submit {
    width: 7.8rem;
    height: 2.8rem;
    border: 1px solid #DA3808;
    background: #DA3808;
    font-size: 1.2rem;
    color: #fff;
    margin: 1.5rem auto 3rem auto;
    display: block;
	}
/* 占쏙옙�븰怨밴쾿 */
.repository_tab {
    margin-top: 1.5rem;
    overflow: hidden;
    width: 100%;
    font-size: 0;
	}
.repository_tab a.tablinks {
    display: inline-block;
    background-color: inherit;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.2rem;
    font-family: 'Noto Sans KR';
    font-weight: 300;
    width: calc(25% - 2px);
    height: 3.3rem;
    color: #333;
    border: 1px solid #e3e7ee;
    background: #fff;
    text-decoration: none;
    line-height: 3.3rem;
    text-align: center;
    margin-right: 0px;
    border-right: 0;
	}
.repository_tab a.tablinks:last-child {
    border-right: 1px solid #e3e7ee;
	}
.repository_tab a:hover {
    background-color: #fff;
	}
.repository_tab a.active {
    color: #fff;
    border: 1px solid #194a77;
    border-bottom: 0;
    background: #194a77;
	}
.repository_content_box {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
	}
.repository_content_box h5 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin: 50px 0 15px 0;
	}
.repository_content_box .desc {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
	}
.panorama_box {
    margin: 2rem 0 0 0;
	}
.panorama_box img {
    width: 100%;
	}
.btn_link_box {
    display: none;
	}
.repository_content_box h5 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #333333;
    margin: 3rem 0 0.5rem 0;
	}
.repository_content_box .desc {
    color: #777;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
    margin: 0;
	}
.facility_table {
    border-spacing: 0;
    margin-bottom: 60px;
	}
.facility_table td {
    vertical-align: top;
    display: inline-block;
	}
.facility_table td:last-child {
    width: 100% !important;
    text-align: center;
	}
.facility_table td:last-child img {
    width: 100%;
    max-width: 312px;
	}
.facility_table .desc {
    color: #777;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 1rem;
	}
.facility_table .facility_list {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    color: #777;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 1rem;
    line-height: 26px;
    margin: 0;
    text-align: left;
	}
.facility_table .facility_list span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #DA3808;
    color: #fff;
    text-align: center;
    line-height: 20px;
	}
.history_list {
    width: 100%;
    margin: 0;
    font-size: 0
	}
.history_list li {
    width: 100%;
	}
.history_list li h4 {
    margin: 0;
    padding: 2rem 0 2rem 0;
    font-size: 1.6rem;
    font-weight: 400;
    color: #194a77;
    border-bottom: 2px solid #ccc;
	}
.history_list li h4 img {
    vertical-align: super;
    margin-right: 0px;
    width: 1rem;
	}
.history_list li dl {
    font-size: 0;
	}
.history_list li dl:last-child {
    border-bottom: 1px solid #ddd;
	}
.history_list li dl dt {
    width: calc(100% - 1rem);
    color: #333;
    font-weight: 400;
    font-size: 1.2rem;
    display: inline-block;
    text-align: left;
    line-height: normal;
    vertical-align: top;
    padding: 1rem 0.5rem;
	}
.history_list li dl dd {
    width: calc(100% - 1rem);
    display: inline-block;
    color: #777;
    font-weight: 300;
    font-size: 1.2rem;
    margin: 0;
    /* line-height: 59px; */
    line-height: normal;
    vertical-align: top;
    padding: 0 0.5rem 1rem 0.5rem;
	}
.repository_search_box {
    padding: 1.5rem 1rem;
    background: #f5f5f5;
    margin-top: 30px;
	}
.repository_search_box #sea2 {
    width: 10.4rem;
	}
.subtitle-info {
    margin: 3rem 0 2rem;
	}
.tabBox .ctn .btnMore {top: 16px;}	
}
@media screen and (max-width: 610px) {
.tabBox .ctn h3 a {width: 130px;}
.tabBox .ctn2 h3 {left: 130px;} 
.tabBox .ctn3 h3 {left: 260px;} 
.ex_search1 > li.btn_ex_search {background-position: 1rem 1rem;}
.ex_search1 li h5 a:first-child {display: block; margin-bottom: .5rem;;} 
}
@media screen and (max-width: 430px) {
.tabBox .ctn h3 a {width: 108px;}
.tabBox .ctn2 h3 {left: 108px;}
.tabBox .ctn3 h3 {left: 216px;}
.ex_search1 li {
    width: 100%;
    } 
.ex_search1 li span br {
    display: none;
    }
.ex_search1 li h5 a:first-child {
    display: inline-block;
	margin-right: 5px;
    }
}