@charset "UTF-8";

.main{background:url('/images/main/bg_main_01.jpg') no-repeat 50% 0;}
#header{border:none;}

#contents{position:relative;z-index:98;overflow:hidden;background:url('/images/main/bg_main_02.jpg') no-repeat 50% 100%;}

.layout{position:relative;width:1400px;margin:0 auto;}
.title_box .txt1{font-size:26px;color:#a68e71;margin:0 0 21px;}
.title_box .txt1 span{display:inline-block;width:100px;height:1px;vertical-align:middle;background:#a68e71;margin:0 0 0 20px;}
.title_box .tit_move{position:relative;overflow:hidden;height:55px;}
.title_box .tit_move span{display:inline-block;font-size:50px;font-weight:bold;line-height:1.1;color:#921b2c;transform:translateY(200%);opacity:0;transition:transform 0.4s ease;}
.title_box .tit_move span:after{content:'';width:10px;height:10px;border-radius:100%;background:#921b2c;display:inline-block;margin-left:12px;vertical-align:-6px;}
.title_box.show .tit_move span{transform:translateY(0);opacity:1;}
.title_box .txt2{margin:20px 0 0;font-size:16px;color:#333;line-height:1.75;width:260px;}

.visual_box{position:relative;z-index:2;overflow:hidden;padding:198px 0 0; height:844px;}
.visual_box .txt_01{font-size:24px;color:#999999;line-height:1.1;font-weight: 400;}
.visual_box .txt_02{font-size:78px;color:#091840;line-height:1.1;margin-top:10px;font-family: "NanumSquareRound";}

.favorite_box{height:523px;}
.favorite_box .tit_01{text-align:center;font-size:40px;color:#333333;line-height:1.1;font-weight: 400; height:112px;}
.favorite_box .favorite_list{display:flex;gap:40px;}
.favorite_box .favorite_list li{width:calc(100% - 30px);}
.favorite_box .favorite_list li:nth-child(even){padding:50px 0 0;}
.favorite_box .favorite_list a{display:block;height:360px;border-radius:20px;background:#11396a;padding:57px 0 0;text-align:center;}
.favorite_box .favorite_list strong{color:#fff;font-size:24px;line-height:1.2;display:block;height:44px;}
.favorite_box .favorite_list span{color:#fff;font-size:16px;line-height:24px;display:block;}
.favorite_box .favorite_list a:hover{text-decoration:none;}
.favorite_box .favorite_list li:nth-child(1) a{background:#11396a url('/images/main/ico_menu_01.png') no-repeat 50% 203px;}
.favorite_box .favorite_list li:nth-child(2) a{background:#0054a7 url('/images/main/ico_menu_02.png') no-repeat 50% 190px;}
.favorite_box .favorite_list li:nth-child(3) a{background:#088eb4 url('/images/main/ico_menu_03.png') no-repeat 50% 198px;}
.favorite_box .favorite_list li:nth-child(4) a{background:#12a6c2 url('/images/main/ico_menu_04.png') no-repeat 50% 205px;}
.favorite_box .favorite_list li:nth-child(1) a:hover{background-color:#0e2e55;}
.favorite_box .favorite_list li:nth-child(2) a:hover{background-color:#004386;}
.favorite_box .favorite_list li:nth-child(3) a:hover{background-color:#067290;}
.favorite_box .favorite_list li:nth-child(4) a:hover{background-color:#0e859b;}

.service_box{padding:170px 0 0;height:735px;}
.service_box .tit_01{font-size:50px;color:#333;line-height:1.2;height:95px;font-weight:400;}
.service_box .txt_01{font-size:18px;color:#333;line-height:30px;height:183px;}
.service_box .btn_down{display:flex;gap:10px;}
.service_box .btn_down a{display:inline-block;width:240px;height:60px;line-height:60px;padding-left:31px;font-size:16px;color:#fff;background:#11396a url('/images/common/ico_down.png') no-repeat 197px 50%;border-radius:30px;}
.service_box .btn_down a:last-child{background-color:#088eb4;}