@charset "utf-8";
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css');
/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/

/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0; padding:0;}
dl,ul,ol,menu,li {list-style:none; color:#555;}
body{font-size:16px; font-weight:normal; color:#555;line-height:1.4;}
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
:focus{outline:0 !important;}
iframe{border:none; width:100%;}
a{color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out;}
a:hover, a:active, a:link, a:visited {text-decoration:none; color: inherit;}
img{max-width:100%;}
textarea{max-width:100%; resize:none;}


/* Modal */
.view-wrap{margin-top:134px !important;}
.view-wrap .modal-content{padding-bottom:15px; border-radius:0;}
.view-wrap .modal-header{z-index:1; position:relative; width:100%; width:100%; background-color:#fff;}
.view-wrap .modal-body{padding-top:15px; overflow-y:scroll; max-height:450px; line-height:1.4;}
.close{opacity:1;}
.view-wrap .modal-header .close{margin-top:0;}

#popupView .view-header{background-color:#fff !important;}
#popupView .view-body{min-height:200px;}

@media only screen and (max-width: 980px){
    .view-wrap{margin-top:80px !important;}
}

@media only screen and (max-width: 768px){
	.view-wrap{margin-top:76px !important;}
    .view-wrap .modal-body{max-height:300px;}
}

@media only screen and (min-width: 320px){
	body{min-width:320px; overflow-x:hidden;}
}

.hidden{margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
#divWMSSLLoading {display:none;}


/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax{background-position:0 0; background-repeat:no-repeat; background-size:100% auto; width:100%; background-size:cover; background-attachment:fixed;}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload{position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:999999;}
.loader {width:200px; height:200px; font-size: 24px; text-align: center; position:absolute; left:50%; top:50%; background-image:url(/images/basic_resp/img/preloader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px;}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top{width:40px; height:40px; position:fixed; bottom:30px; right:20px; display:none; text-align: center; z-index: 1049; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#112369;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 40px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:320px;}

#header{z-index:10000; position:fixed; top:0; left:0; width:100%; box-sizing:border-box; height:90px; transition:all 0.5s;}
#header.header-bg{background:#112369; }
.header-area{position: relative; width:1200px; margin:0 auto; box-sizing:border-box;}

#L_SITE_LOGO{float:left;}
#L_SITE_LOGO h1{margin:0;}
#L_SITE_LOGO a{line-height:90px;}
#L_SITE_LOGO img{vertical-align:middle; position: relative; top: -5px;}

@media only screen and (max-width:1590px) {
	#header{height:auto;}
}

@media only screen and (max-width: 1200px){
	#wrapper{min-width:320px;}
	.header-area{width:100%; padding:0px 20px;}
	#L_SITE_LOGO img {width:200px;}
}

@media only screen and (max-width: 980px){
	.header-area{position:relative; padding:0; height:65px;}

	#L_SITE_LOGO{padding: 0 25px;}
	#L_SITE_LOGO a{display:block; line-height:65px;}
	#L_SITE_LOGO img{width:160px;}
}

@media only screen and (max-width: 768px){
	.header-area{height:50px;}

	#L_SITE_LOGO{padding: 0 20px;}
	#L_SITE_LOGO a{line-height:50px;}
	#L_SITE_LOGO img{width:130px;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:999; display:block; text-align: center;}
.download { display: inline-block; float: right; margin-top: 25px;}
.download a.down-btn {display: inline-block; width: 225px; height: 38px; line-height: 38px;  color: #fff; font-size: 16px; font-weight: 300; border-radius: 19px; background: #f0c459;}
.download a.down-btn > img {margin-right:10px;}

.navigation .menu-item > a{display:block; font-size:20px; color:#fff;}
.navigation .menu-item.on > a {color:#318af9;}
.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus {text-decoration:none; color:#318af9;}

.login-bar {
    padding: 29px 0;
    text-align: center;
    z-index: 2;
	position: absolute;
	right:0;
}

.login-bar li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    border-left: 1px solid #ddd;
    height: 23px;
    border: 1px solid #525353;
    border-radius: 11px;
    margin-top: 5px;
}

.login-bar li a {
    font-size: 12px;
    line-height: 23px;
    padding: 0 14px;
    color: #525353;
    font-weight: 400;
}

.login-bar .material-icons {
    display: block;
    position: absolute;
    right: 6px;
    top: 2px;
    font-size: 18px;
    color: #fff;
}

.login-bar li:first-child {
    padding-right: 12px;
    border: 1px solid #fff;
}

.login-bar li:first-child a {
    display: block;
    width: 55px;
    color: #fff;
}

.login-bar li ul {
    position: absolute;
    left: -11px;
    top: 31px;
}

.login-bar li ul li {
    padding-right: 12px;
}

.login-bar li ul li a {
    display: block;
    margin-bottom: 38px;
    width: 55px;
}

.login-bar .lang_list {
    display: none;
    position: absolute;
    background-color: #cacaca;
    width: 71px;
    left: -3px;
    border-radius: 10px;
    padding: 5px 0;
    top: -1px;
}

.login-bar .lang_list dd a {
    color: #fff;
    font-weight: 400;
    position: relative;
    line-height: 26px;
}

.login-bar .lang_list dd a i {
    color: #fff !important;
    right: -8px !important;
    top: 5px !important;
}

@media only screen and (min-width: 980px){
	#menuArea{z-index:999; width:100%; height:90px; }
	#menuArea .navigation{display: inline-block; float: right; padding-right: 140px;}
	.navigation:after{content:""; display:block; clear:both;}
	.navigation .menu-item{float:left;height:90px; line-height:90px; text-align:center; margin-right: 70px;}
	.navigation .menu-item:last-child {margin-right: 0px;}
}

@media only screen and (max-width: 1450px){
	.navigation .menu-item {margin-right: 50px;}
	.navigation .menu-item > a {font-size: 18px;}
	.download a.down-btn { width: 200px; font-size: 15px;}
}

@media only screen and (max-width: 1250px){
    .navigation .menu-item { margin-right: 35px;}
}

@media only screen and (max-width: 1200px){
	#gnb{width:100%;}

}
@media only screen and (max-width: 980px){
	#gnb{display:none; width:100%; height:auto; box-sizing:border-box; background:#fff;}
	#gnb {position:absolute; top:65px; }
	#gnb .navigation .menu-item:last-child a {border-bottom: 0;}
	
	#menuArea{position:relative; width:100%; height:65px; }
	nav [data-type='menu-btn'] {z-index:1000; position:absolute; right:25px; top:calc(50% - 12px); width:24px; height:24px; border-radius:5px; cursor:pointer; transition:.4s all linear;}
	nav [data-type='menu-btn'] span {display:block; position:absolute; left:1px; width:22px; height:3px;  transition:.3s all linear; background:#fff;}
	nav [data-type='menu-btn'] span:nth-child(1) {top:4px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(2),
	nav [data-type='menu-btn'] span:nth-child(3) {top:11px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(4) {top:18px;}
	nav.open [data-type='menu-btn'] span:nth-child(1) {left:50%; width:0;}
	nav.open [data-type='menu-btn'] span:nth-child(2) {transform: rotate(45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(3) {transform: rotate(-45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(4) {left:50%; width:0;}

	.navigation .menu-item{float:none; margin:0;}
	.navigation .menu-item > a{padding:0 25px; text-align:center; width:100%; line-height:45px; font-size:17px; transition:none; border-bottom:1px solid #ddd; color:#000;}
	.navigation .menu-item:first-child > a{border-top:1px solid #ddd;}
	.navigation .menu-item.on > a{color:#0a1b2a;}

	.download {float: none; display: block; margin-top:0px;}
	.download a.down-btn { width:100%; height: 47px; line-height: 47px; font-size: 17px; border-radius:0px}

	.login-bar { width: 100%; float: none; padding: 5px 0px; background: #cacaca; position: relative;}
	.login-bar li {margin: 0;  display: block; text-align: center; height: auto;}
	.login-bar li:first-child {border: none;}
	.login-bar li a {font-size: 17px;}	
	.login-bar li:first-child { padding-right: 0px;}
	.login-bar li:first-child a { display: block; width: 100%; padding: 3px 0px;}
	.login-bar .material-icons {font-size: 20px; right: 0px; display:inline-block; position:relative; top: 4px;}
	.login-bar .lang_list {background-color: #cacaca; width: 100%; left:0; padding: 0px; border-radius: 0px;}
	.login-bar .lang_list dd a { padding-right: 20px;}
	.login-bar .lang_list dd:first-child a {padding-right: 0px;}
	.login-bar .lang_list dd a i { right: 0px !important; top: 4px !important;}
}

@media only screen and (max-width: 767px){
	#menuArea{position:relative; width:100%; height:50px;}
	#gnb {top:50px;}
	#btnMenuOpen{right:20px;}
	nav [data-type='menu-btn']{right:20px;}
	.navigation .menu-item > a{padding:0 20px;}
}

/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn{text-transform:uppercase; border-radius:0; line-height:24px;}
.btn:focus, .btn:active{outline:none; color:#fff;}

.btn-custom{border-radius:3px; padding:0.8em 1.8em; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:#003aaf; border-color: #003aaf; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color: #00208e; border-color: #00208e; color:#fff;}

.btn-custom-outline{border-radius:3px; padding:0.8em 1.8em; color:#fff; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:transparent; border-color:#fff;}
.btn-custom-outline:hover, .btn-custom-outline:focus{color:#fff; background-color:rgba(255,255,255,.5);}
.btn-bar a{margin-right:10px;}

.form-control{box-shadow:none; -webkit-box-shadow:none; border-radius:0; height:38px;}
.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color: #003aaf;}



/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{padding:30px 0px 30px; width:100%; background:#1e2026; font-size:16px; color:#868686; font-weight:300;}
#footer .footer-link li a{important; color:#fff; font-weight:400;}
#footer li{display:inline-block; margin-left:40px;}
#footer .footer-link li:before{content:''; position:relative; display:inline-block; left:-20px; width:1px; height:11px; background-color:#fff;}
#footer li:first-child{margin-left:0;}
#footer li:first-child:before{content:none;}
#footer p{margin-top:20px;}

.footer-area{margin:0 auto; padding:0 20px; width:1200px; box-sizing:border-box; text-align:center;}
.footer-area .footer-link{display:block; margin:0 auto 30px;}
.footer-menu{margin:0 auto 30px;}

.footer-info{display:inline-block; margin:0 auto;}
#footer .footer-info span{font-size:14px;line-height:1.5;padding:0 5px;color:#999;position:relative;display:inline-block;}
#footer .footer-info span:before{content:''; position:absolute;top:50%;margin-top:-5px;left:0px;width:1px; height:10px; background-color:rgba(255,255,255,0.4);}
#footer .footer-info span:nth-child(1):before{content:none;}

@media only screen and (max-width:1200px) {
	.footer-area{width:100%;}
}

@media only screen and (max-width:768px) {
	.footer-area{padding:0 20px; box-sizing:border-box;}
    #footer li{margin-left:16px;}
    #footer li, #footer a{font-size:13px;}
    #footer li:before{content:none;}
	#footer .footer-link li:before { left: -8px;}
	#footer p {font-size: 13px; margin-top: 20px;}
    #footer .footer-info span{font-size:13px;}
}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#mainContents{z-index:88; width:100%;}
#mainContents .main_section{padding:90px 0px;}
#mainContents #section01.main_section {padding:0px;}
#mainContents #section06.main_section{padding:90px 0px 140px 0px;}
#mainContents > section > .section-title{margin:0 auto; padding-bottom:60px; width:100%; box-sizing:border-box;}
#mainContents > section > .section-title:after{content:""; display:block; clear:both;}
#mainContents > section > .section-title p {font-size: 18px; color: #333; font-weight: 300; text-align: center; margin-top: 15px;}

#mainContents > section > .cont{margin:0 auto; width:1200px; box-sizing:border-box;}
#mainContents > section > .cont:after{content:""; display:block; clear:both;}

#mainContents h2{text-align:center; font-weight:500; font-size:45px; line-height: 1; color:#1b4fb7;}
#mainContents h2:before {content:''; display:block; width:1px; height:40px; background:#1b4fb7; margin:0 auto; margin-bottom:20px;}
#mainContents #section06 h2:before { background: #fff;}


/* 우측 페이져
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#section_pager {position: fixed; top: 45%; right: 30px; z-index: 99999;}
#section_pager ul li {margin-bottom:20px; position: relative;}
#section_pager ul li:last-child {margin-bottom:0px;}
#section_pager ul li a { display: block;width: 60px; height: 30px; line-height: 30px; background: #eaeaea; border-radius: 15px; text-align: center; font-size: 15px; color: #1b4fb7;}
#section_pager ul li a.on_page {color:#fff; background:#1b4fb7;}


@media screen and (max-width:980px){
	#section_pager {display:none;}
}

/* Main Visual  - section01 (메인 비주얼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual .carousel-inner > .item{height:885px;}
.main-visual .carousel-inner > .item.main-img01{background-image:url('/images/mtl08r-20-0039/main_visual.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;}
.main-visual .carousel-inner > .item.main-img02{background:url('/images/mtl08r-20-0039/main_visual.jpg') no-repeat center center/cover;}

.main-visual .carousel-caption{top:45%; left:5%; right:5%; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); text-shadow:none;padding:0px;}
.main-visual .carousel-caption .main-slogan{width:1200px;margin:0 auto;font-family:'Gmarket Sans';text-align:left;}
.main-visual .carousel-caption .main-slogan h1{font-size:50px;line-height:1.325;text-shadow:3px 3px 5px rgba(0,0,0,0.7);font-weight:400;}
.main-visual .carousel-caption .main-slogan h1 strong{font-size:55px;font-weight:600;}
.main-visual .carousel-caption .main-slogan h1 strong span{position:relative;}
.main-visual .carousel-caption .main-slogan h1 strong span::before{content:'';position:absolute;top:-10px;left:50%;margin-left:-3px;width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:3px 3px 5px rgba(0,0,0,0.7);}
.main-visual .carousel-caption .main-slogan h4{font-size:24px;margin-top:50px;display:block;text-shadow:3px 3px 5px rgba(0,0,0,0.7);}

.main-visual .carousel-indicators{bottom:50px;}
.main-visual .carousel-indicators li{margin:0 3.5px; width:40px; height:4px; box-sizing:border-box; background:#fff; border-radius:0;}
.main-visual .carousel-indicators li.active{margin:0 2px; width:40px; height:4px; background:#1b4fb7; border: none;}

@media screen and (max-width:980px){
	.main-visual .carousel-inner > .item{height:650px; min-height:auto;}

    .main-visual .carousel-inner > .item.main-img01{background-position:right center;}
	.main-visual .carousel-caption p{font-size:17px;}
	.main-visual .carousel-caption p br{display:none;}
	.main-visual .carousel-caption .main-slogan{width:100%;text-align:center;}
	.main-visual .carousel-caption .main-slogan h1{font-size:40px;line-height:1.4;}
	.main-visual .carousel-caption .main-slogan h1 strong{font-size:45px;display:block;margin-top:10px;}
	.main-visual .carousel-caption .main-slogan h4{font-size:20px;margin-top:30px;}
}
@media screen and (max-width:767px){
	.main-visual .carousel-inner > .item{height:500px;}
	.main-visual .carousel-caption .main-slogan h1{font-size:35px;}
	.main-visual .carousel-caption .main-slogan h1 strong{font-size:40px;}
	.main-visual .carousel-caption .main-slogan h4{font-size:18px;margin-top:20px;}
}

@media screen and (max-width:480px){
	.main-visual .carousel-caption p{font-size:14px;}
	.main-visual .carousel-caption .main-slogan h1{font-size:30px;}
	.main-visual .carousel-caption .main-slogan h1 strong{font-size:35px;}
}

/*  진료과목  */
.medical_list ul:after {content:''; display:block; clear:both;}
.medical_list ul > li {float: left; width: calc(100%/4); text-align: center; border-right: 1px solid #ddd; padding: 30px 0px; position:relative; overflow: hidden;}
.medical_list ul > li:last-child { border-right:none;}
.medical_list ul > li .over_img{position:absolute; width: 100%; top:0px; left:0px; opacity:0; transition:all 0.3s;}
.medical_list ul > li .over_img > img {height:100%; max-width: inherit;}
.medical_list ul > li:nth-child(1):hover .over_img {opacity:1; transition:all 0.3s;}
.medical_list ul > li:nth-child(2):hover .over_img {opacity:1; transition:all 0.3s;}
.medical_list ul > li:nth-child(3):hover .over_img {opacity:1; transition:all 0.3s;}
.medical_list ul > li:nth-child(4):hover .over_img {opacity:1; transition:all 0.3s;}
.medical_list ul > li .num {font-size: 16px; color: #1b4fb7; font-weight: 500; margin-bottom: 25px;}
.medical_list ul > li h3 {font-size: 26px; color: #000; padding: 30px 0px 20px 0px;}
.medical_list ul > li h3:after {content:''; display:block; width:30px; height:2px; background:#1b4fb7; margin:0 auto; margin-top: 20px;}
.medical_list ul > li .medical_txt {font-size: 16px; line-height: 24px; color: #777;}

/*    */
#mainContents #section03 {width:100%; max-width:100%; background-color:#f9fcff; background-image:url('/images/mtl08r-20-0039/member_bg01.png'), url('/images/mtl08r-20-0039/member_bg02.png');background-position:top right ,bottom left; background-repeat:no-repeat;}

/*  news  */
#mainContents #section04 {width:100%; max-width:100%; background:url('/images/mtl08r-20-0039/news_bg.jpg') no-repeat center center/cover;}
#mainContents #section04 h2,#mainContents > #section04 > .section-title p{color:#fff;}
#mainContents #section04 h2:before{background:#fff;}

/*  오시는 길 */
#mainContents #section06 {width:100%; max-width:100%; background:url('/images/mtl08r-20-0039/map_bg.jpg') no-repeat center center/cover;}
#mainContents > #section06 > .cont {position:relative; padding-left:50px;}
#mainContents #section06 h2 {color:#fff;}
#mainContents #section06 h2:before{background:#fff;}
#mainContents > #section06 > .section-title p {color:#fff;}
.map-area .root_daum_roughmap {width:100%;}
#section06 .map-area{width:100%;}
#section06 .info-area {padding: 50px; background: #1b4fb7; position: absolute; left: 0px; bottom:-70px; border-radius: 5px; z-index: 99;}
#section06 .info-area:after{content:""; display:block; clear:both;}
#section06 .info-area dl{margin-top:20px;}
#section06 .info-area dl:first-child{margin-top:0px; width:100%;}
#section06 .info-area dt{display:inline-block; min-width: 122.25px; margin-right:30px; font-size:18px; color:#fff; font-weight:500; vertical-align: top;}
#section06 .info-area dt img{margin-right:10px;}
#section06 .info-area dd{display:inline-block; font-size:18px; line-height: 28px; color:#fff; font-weight:300;}
#section06 .root_daum_roughmap .cont{display:none;}

@media only screen and (max-width:1200px) {
	#mainContents .main_section,#mainContents #section05.main_section{padding:50px 20px;}
	#mainContents #section06.main_section { padding: 50px 20px 100px 20px;}

	#mainContents > .main_section > .cont {width: 100%; }
}

@media only screen and (max-width:980px) {	
	#section01 .main-visual {height:650px;}

	.cont .cont-txt br {display:none;}
	
	.medical_list ul > li h3 {font-size: 20px;}
	.medical_list ul > li > img { height: 50px;}

	#mainContents #section06.main_section {padding: 50px 20px}
	#mainContents > #section06 > .cont	{padding-left: 0px;}
	#section06 .info-area { position: relative; bottom: 0px; border-radius: 0px; padding:30px;}
	#section06 .info-area dt{font-size:18px;}
	#section06 .info-area dd{font-size:16px; line-height: 26px;}
	#section06 .info-area dd br {display:none;}
}

@media only screen and (max-width:768px) {
	#mainContents h2{margin-bottom:40px; font-size:35px;}
	#mainContents h2:before{margin:0 auto 20px;}
	#mainContents > section > .section-title { padding-bottom: 30px;}
	#mainContents .section-title h2{margin-bottom:10px;}
	#mainContents .section-title h2 + p{ font-size:16x;}
	
	#section01 .main-visual { height:500px;}

	.cont .cont-txt { font-size: 16px; line-height: 24px;}
	
	.medical_list { padding: 0px 50px;}
	.medical_list ul > li {width: calc(100%/2); padding: 20px 0px;}
	.medical_list ul > li:nth-child(2) {border-right:none;}
	.medical_list ul > li:nth-child(n+1):nth-child(-n+2) {margin-bottom:20px;}

	#section06 .info-area dt img {height:20px;}
	#section06 .info-area dt{font-size:16px; min-width: auto; margin-right: 0px;} 
	#section06 .info-area dd{font-size:14px;line-height:1.5;}
	#section06 .map-area{width:100%;}
	#section06 .info-area{width:100%;}
	#section06 .info-area dl{float:none; margin-top:15px; width:100%;}
	#section06 .info-area dl:first-child{margin:0;}
	#section06 .root_daum_roughmap .cont{display:none;}
	
}

@media only screen and (max-width:635px) {
	.medical_list { padding: 0px;}
}

@media only screen and (max-width:480px) {
	#mainContents h2{font-size:25px;}
	
	#section06 .info-area dt{font-size:15px;} 
	#section06 .info-area dd{font-size:13px;}
 
	#mainContents #section03 {background-size: 80%;}

}


		
/* Sub Contents : sub_area
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
:root {
    --area-primary:#112369;
    --area-primary-hover:#04103d;
    --area-secondary:#53b6e7;
    --area-secondary-hover:#2b91c3;
	}

.sub_area .point{color:var(--area-primary) !important;}	
.sub_area .point2{color:var(--area-secondary) !important;}
.sub_area .t_wh{color:#fff;}
.sub_area .c_bk{color:#000 !important;}
.sub_area .c_gray{color:#999 !important;}
.sub_area .c_red{color:#c00000 !important;}
.sub_area .c_yellow{color:#ffd966 !important;}
.sub_area .c_blue{color:#0070c0 !important;}
.sub_area .block{display:block !important;}
.sub_area .inherit{color:inherit;font:inherit;}
.sub_area .mgt10{margin-top:10px !important;}
.sub_area .pdl10{padding-left:10px !important;}.sub_area .pdl20{padding-left:20px !important;}
.sub_area .pdr10{padding-right:10px !important;}

.sub_area:after{content:'';clear:both;display:block;}
.sub_area .l_group,.sub_area .m_group,.sub_area .s_group,.sub_area .group,.sub_area .n_group,.sub_area .t_group{box-sizing:border-box;}
.sub_area .l_group{margin-bottom:70px;}
.sub_area .m_group{margin-bottom:50px;}
.sub_area .s_group{margin-bottom:30px;}
.sub_area .group{margin-bottom:10px;}
.sub_area .t_c{text-align:center !important;}
.sub_area .t_l{text-align:left !important;}
.sub_area h2,.sub_area h3,.sub_area h4,.sub_area h5,.sub_area h6,.sub_area p,.sub_area span,
.sub_area dl dt,.sub_area dl dd,.sub_area span,.sub_area table th,.sub_area table td{line-height:1.4;word-break:keep-all;font-weight:normal;}
.sub_area h2{font-size:48px;}
.sub_area h3{font-size:36px;}
.sub_area h4{font-size:30px;}
.sub_area h5{font-size:24px;}
.sub_area h6{font-size:20px;}
.sub_area strong{font-weight:600;font-family:inherit;}
.sub_area p,
.sub_area ol li,
.sub_area table th,
.sub_area table td,
.sub_area dl dd{font-size:18px;color:#666;line-height:1.4;}
.sub_area .image{display:block;}
.sub_area .image img{max-width:100%;display:block;}
.sub_area .tit{position:relative;padding-left:30px;display:inline-block;}
.sub_area .tit::before{content:'';position:absolute;top:7px;left:0px;width:20px;height:22px;background-image:url('/images/mtl08r-20-0039/logo_icon.png');background-size:20px auto;background-repeat:no-repeat;background-position:center center;}

/* list */
.sub_area .dot_list > li:before,
.sub_area .dash_list > li:before{content:'';position:absolute;left:0px;background-color:var(--area-primary);}
.sub_area .dot_list > li:before{top:15px;width:4px;height:4px;border-radius:50%;}
.sub_area .dash_list > li:before{top:15px;width:4px;height:1px;}
.sub_area .none_list{list-style-type:none;}
.sub_area ol.num_list > li{margin-left:10px;padding-left:5px;list-style-type:decimal;}
.sub_area ol{padding-left:10px;margin:10px 0;}
.sub_area ol.pd_none,.sub_area ol.pd_none li{padding-left:0px;}
.sub_area ol li{font-size:18px;padding:5px 0 5px 10px;float:none;position:relative;}

/* table */
.sub_area .table_wrap{position:relative;}
.sub_area .table_wrap table{clear:both;width:100%;}
.sub_area .table_wrap table thead th{padding:15px 20px;background-color:#035dac;color:#fff;font-weight:bold;}
.sub_area .table_wrap table thead th.bg_th{background-color:#027db3;}
.sub_area .table_wrap table thead th.bg_th2{background-color:#1bd7f2;}
.sub_area .table_wrap table tbody th{background:#f1f1f1;color:#333;}
.sub_area .table_wrap table th,
.sub_area .table_wrap table td{padding:10px 20px;text-align:center;border-bottom:1px solid rgba(0,0,0,0.1);background:#fff;}
.sub_area .table_wrap table td.bg_td{background-color:#edf8fe;}
.sub_area .table_wrap table td ol li{font-size:16px;}

#section02 .bg_character{}
#section02 .bg_character ol.dot_list{min-height:460px;padding:30px 450px 30px 30px;background-image:url('/images/mtl08r-20-0039/vds_bg.png');background-size:auto;background-repeat:no-repeat;background-position:right top;background-color:#000;}
#section02 .bg_character ol.dot_list li{padding:10px 0 10px 10px;color:#fff;}
#section02 .bg_character ol.dot_list li:before{background:#53b6e7;top:20px;}
#section02 .bg_character ol.dot_list strong{display:block;margin-bottom:5px;}
#section02 .sub_area .photo_cont{margin:-15px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;}
#section02 .sub_area .photo_cont .obj{padding:15px;flex:0 0 50%;-ms-flex:0 0 50%;max-width:50%;width:50%;}
#section02 .sub_area .photo_cont .obj .obj_inner{min-height:180px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center;background-color:rgba(0,76,153,0.05);border-radius:20px;box-shadow:5px 5px 5px rgba(0,76,153,0.2);}
#section02 .sub_area .photo_cont .obj .obj_inner .t_cont,
#section02 .sub_area .photo_cont .obj .obj_inner .img_cont{flex:0 0 50%;-ms-flex:0 0 50%;max-width:50%;width:50%;}
#section02 .sub_area .photo_cont .obj .obj_inner .t_cont{text-align:center;padding:0 20px;}
#section02 .sub_area .photo_cont .obj .obj_inner .img_cont{}
#section02 .sub_area .photo_cont .obj .obj_inner .image img{display:block;height:180px;border-top-right-radius:20px;border-bottom-right-radius:20px;}

#section02 .sub_area .list_cont{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;}
#section02 .sub_area .list_cont .obj.list{flex:0 0 55%;-ms-flex:0 0 55%;max-width:55%;width:55%;}
#section02 .sub_area .list_cont .obj.inner_image{flex:0 0 45%;-ms-flex:0 0 45%;max-width:45%;width:45%;}

#section02 .sub_area .table_wrap table td span{position:relative;color:#000;font-weight:500;display:inline-block;white-space:nowrap;}
#section02 .sub_area .table_wrap table td span::after{content:'';position:absolute;bottom:2px;width:100%;left:0px;height:1px;background:#000;}

#section02 .sub_area ol li span{padding-right:5px;}
#section02 .sub_area .top_cont{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}
#section02 .sub_area .top_cont .image{width:110px;margin-right:10px;}

#section02 .bottom_bg_cont{min-height:350px;display:flex;align-items:center;padding-left:70px;background-image:url('/images/mtl08r-20-0039/bottom_image.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;background-color:#040550;}
#section02 .bottom_bg_cont h4{color:#fff;font-family:'Gmarket Sans';font-weight:300;line-height:1.3;}

@media screen and (max-width:1280px){
    .sub_area{width:100%;}
}

@media screen and (max-width:991px){
	.sub_area h2,.sub_area h3,.sub_area h4,.sub_area h5,.sub_area h6,.sub_area p,.sub_area span,
	.sub_area dl dt,.sub_area dl dd,.sub_area span,.sub_area table th,.sub_area table td,.sub_area p,
	.sub_area ol li{line-height:1.3;}
	.sub_area h2{font-size:40px;}
	.sub_area h3{font-size:30px;}
	.sub_area h4{font-size:24px;}
	.sub_area h5{font-size:20px;}
	.sub_area h6{font-size:18px;}
	.sub_area p,
	.sub_area ol li,
	.sub_area table th,
	.sub_area table td,
	.sub_area dl dd{font-size:16px;line-height:1.3;}
	.sub_area p br{display:none;}

    /* table */
	.sub_area .table_wrap{overflow-y:scroll;}
	.sub_area .table_wrap table thead th{padding:10px 15px;}
	.sub_area .table_wrap table th,
	.sub_area .table_wrap table td{padding:7px 15px;}

	#section02 .bg_character ol.dot_list{min-height:auto;padding:30px 30px 250px 30px;background-size:500px auto;background-position:right bottom;}

	#section02 .sub_area .photo_cont{margin:-10px;}
	#section02 .sub_area .photo_cont .obj{padding:10px;flex:0 0 100%;-ms-flex:0 0 100%;max-width:100%;width:100%;}
	#section02 .sub_area .photo_cont .obj .obj_inner{min-height:160px;}
	#section02 .sub_area .photo_cont .obj .obj_inner .t_cont{padding:0 10px;}
	#section02 .sub_area .photo_cont .obj .obj_inner .image img{height:160px;}
	
	#section02 .bottom_bg_cont{display:inline-block;width:100%;min-height:300px;padding:20px;text-align:center;background-size:100% auto;background-position:bottom center;}

}

@media screen and (max-width:767px){
	.sub_area .l_group{margin-bottom:50px;}
	.sub_area .m_group{margin-bottom:40px;}
	.sub_area .s_group{margin-bottom:20px;}	
	.sub_area h2{font-size:30px;}
	.sub_area h3{font-size:24px;}
	.sub_area h4{font-size:20px;}
	.sub_area h5{font-size:18px;}
	.sub_area h6{font-size:16px;}
	.sub_area p,
	.sub_area ol li,
	.sub_area table th,
	.sub_area table td,
	.sub_area dl dd{font-size:15px;}

	.sub_area .dot_list > li:before{top:12px;}
	.sub_area .dash_list > li:before{top:12px;}
	.sub_area ol{padding-left:5px;margin:5px 0;}

	#section02 .bg_character ol.dot_list{padding:20px 15px 200px 15px;background-size:400px auto;}

	#section02 .sub_area .list_cont{}
	#section02 .sub_area .list_cont .obj.list,#section02 .sub_area .list_cont .obj.inner_image{flex:0 0 100%;-ms-flex:0 0 100%;max-width:100%;width:100%;}

	#section02 .sub_area .table_wrap table td span{white-space:unset;}
	#section02 .sub_area .table_wrap table td span::after{content:none;}

	#section02 .sub_area ol li span{padding-right:3px;}
	#section02 .sub_area .top_cont .image{width:70px;}
}

@media screen and (max-width:520px){
}

@media screen and (max-width:480px){
	.sub_area .l_group{margin-bottom:40px;}
	.sub_area .m_group{margin-bottom:30px;}
	.sub_area .s_group{margin-bottom:10px;}
	.sub_area h2{font-size:24px;}
	.sub_area h3{font-size:20px;}
	.sub_area h4{font-size:18px;}
	.sub_area h5{font-size:16px;}
	.sub_area h6{font-size:15px;}
	.sub_area p,
	.sub_area ol li,
	.sub_area table th,
	.sub_area table td,
	.sub_area dl dd,
	.sub_area .table_wrap table td ol li{font-size:14px;}

    /* table */
	.sub_area .table_wrap table thead th{padding:10px 10px;}
	.sub_area .table_wrap table th,
	.sub_area .table_wrap table td{padding:7px 10px;}

	#section02 .bottom_bg_cont{min-height:250px;padding:20px 10px;}

}

@media screen and (max-width:360px){
	.sub_area .l_group{margin-bottom:30px;}
	.sub_area .m_group{margin-bottom:20px;}
	.sub_area h2{font-size:30px;}
	.sub_area h3{font-size:24px;}
	.sub_area h4{font-size:20px;}
	.sub_area h5{font-size:18px;}
	.sub_area h6{font-size:16px;}
}


		